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
|
||||
python3
|
||||
zlib
|
||||
] ++ lib.optionals (stdenv.isDarwin && (builtins.hasAttr "UserNotifications" darwin.apple_sdk.frameworks)) [
|
||||
darwin.apple_sdk.frameworks.UserNotifications
|
||||
] ++ optionals stdenv.isLinux [
|
||||
fontconfig libunistring libcanberra libX11
|
||||
libXrandr libXinerama libXcursor libxkbcommon libXi libXext
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user