Merge branch 'fix-shell.nix-on-macOS-arm' of https://github.com/Luflosi/kitty
This commit is contained in:
commit
7731a558f0
@ -24,6 +24,8 @@ mkShell rec {
|
|||||||
libpng
|
libpng
|
||||||
python3
|
python3
|
||||||
zlib
|
zlib
|
||||||
|
] ++ lib.optionals (stdenv.isDarwin && (builtins.hasAttr "UserNotifications" darwin.apple_sdk.frameworks)) [
|
||||||
|
darwin.apple_sdk.frameworks.UserNotifications
|
||||||
] ++ optionals stdenv.isLinux [
|
] ++ optionals stdenv.isLinux [
|
||||||
fontconfig libunistring libcanberra libX11
|
fontconfig libunistring libcanberra libX11
|
||||||
libXrandr libXinerama libXcursor libxkbcommon libXi libXext
|
libXrandr libXinerama libXcursor libxkbcommon libXi libXext
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user