1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-18 05:28:40 +00:00

fix(nix): cached-nix-shell is not available on darwin

[no changelog]
This commit is contained in:
Pavol Rusnak 2023-02-11 14:53:18 +01:00
parent 9f7edf210e
commit e4661e8f05
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -71,7 +71,6 @@ stdenvNoCC.mkDerivation ({
SDL2
SDL2_image
bash
cached-nix-shell
check
curl # for connect tests
editorconfig-checker
@ -95,6 +94,7 @@ stdenvNoCC.mkDerivation ({
moreutils
] ++ lib.optionals (!stdenv.isDarwin) [
autoPatchelfHook
cached-nix-shell
procps
valgrind
] ++ lib.optionals (stdenv.isDarwin) [