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:
parent
c8e83780c3
commit
4b22c64059
1 changed files with 3 additions and 2 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue