mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-28 03:01:57 +02:00
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:
@@ -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;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user