chore(nix): don't install autoPatchelfHook on MacOS

pull/2372/head
Martin Milata 2 years ago
parent f4d0dd9807
commit 888ff23181

@ -71,7 +71,6 @@ stdenvNoCC.mkDerivation ({
SDL2
SDL2_image
autoflake
autoPatchelfHook
bash
check
curl # for connect tests
@ -96,6 +95,7 @@ stdenvNoCC.mkDerivation ({
zlib
moreutils
] ++ lib.optionals (!stdenv.isDarwin) [
autoPatchelfHook
procps
valgrind
] ++ lib.optionals (stdenv.isDarwin) [

Loading…
Cancel
Save