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
lcms2
xxhash
xxHash
simde
go_1_23
]
++ optionals stdenv.isDarwin [
Cocoa
@@ -43,9 +46,7 @@ in
wayland-protocols
wayland
openssl
xxHash
dbus
simde
]
++ checkInputs;