mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-22 07:28:10 +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
|
||||||
SDL2_image
|
SDL2_image
|
||||||
autoflake
|
autoflake
|
||||||
autoPatchelfHook
|
|
||||||
bash
|
bash
|
||||||
check
|
check
|
||||||
curl # for connect tests
|
curl # for connect tests
|
||||||
@ -96,6 +95,7 @@ stdenvNoCC.mkDerivation ({
|
|||||||
zlib
|
zlib
|
||||||
moreutils
|
moreutils
|
||||||
] ++ lib.optionals (!stdenv.isDarwin) [
|
] ++ lib.optionals (!stdenv.isDarwin) [
|
||||||
|
autoPatchelfHook
|
||||||
procps
|
procps
|
||||||
valgrind
|
valgrind
|
||||||
] ++ lib.optionals (stdenv.isDarwin) [
|
] ++ lib.optionals (stdenv.isDarwin) [
|
||||||
|
Loading…
Reference in New Issue
Block a user