1
0
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:
Martin Milata 2022-07-09 20:06:46 +02:00
parent f4d0dd9807
commit 888ff23181

View File

@ -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) [