mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-19 04:48:12 +00:00
fix(nix): cached-nix-shell is not available on darwin
[no changelog]
This commit is contained in:
parent
9f7edf210e
commit
e4661e8f05
@ -71,7 +71,6 @@ stdenvNoCC.mkDerivation ({
|
|||||||
SDL2
|
SDL2
|
||||||
SDL2_image
|
SDL2_image
|
||||||
bash
|
bash
|
||||||
cached-nix-shell
|
|
||||||
check
|
check
|
||||||
curl # for connect tests
|
curl # for connect tests
|
||||||
editorconfig-checker
|
editorconfig-checker
|
||||||
@ -95,6 +94,7 @@ stdenvNoCC.mkDerivation ({
|
|||||||
moreutils
|
moreutils
|
||||||
] ++ lib.optionals (!stdenv.isDarwin) [
|
] ++ lib.optionals (!stdenv.isDarwin) [
|
||||||
autoPatchelfHook
|
autoPatchelfHook
|
||||||
|
cached-nix-shell
|
||||||
procps
|
procps
|
||||||
valgrind
|
valgrind
|
||||||
] ++ lib.optionals (stdenv.isDarwin) [
|
] ++ lib.optionals (stdenv.isDarwin) [
|
||||||
|
Loading…
Reference in New Issue
Block a user