mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-21 23:18:13 +00:00
chore(nix): don't install autoPatchelfHook on MacOS
This commit is contained in:
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…
Reference in New Issue
Block a user