nix: fix shell config for darwin

With the change, I was able to build the binary with `make` and
successfully execute the tests with `./test.py` on darwin aarch64.
This commit is contained in:
Ihar Hrachyshka
2024-10-03 22:20:48 -04:00
parent c8e83780c3
commit 4b22c64059

View File

@@ -13,6 +13,9 @@ in
ncurses ncurses
lcms2 lcms2
xxhash xxhash
xxHash
simde
go_1_23
] ]
++ optionals stdenv.isDarwin [ ++ optionals stdenv.isDarwin [
Cocoa Cocoa
@@ -43,9 +46,7 @@ in
wayland-protocols wayland-protocols
wayland wayland
openssl openssl
xxHash
dbus dbus
simde
] ]
++ checkInputs; ++ checkInputs;