kitty: Fix compilation on apple sdk 11
Closes https://github.com/NixOS/nixpkgs/pull/137512.
This commit is contained in:
parent
aa1932ea7a
commit
5025d2fcf9
1 changed files with 3 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
||||||
librsync,
|
librsync,
|
||||||
installShellFiles,
|
installShellFiles,
|
||||||
dbus,
|
dbus,
|
||||||
|
darwin,
|
||||||
Cocoa,
|
Cocoa,
|
||||||
CoreGraphics,
|
CoreGraphics,
|
||||||
Foundation,
|
Foundation,
|
||||||
|
@ -47,6 +48,8 @@ buildPythonApplication rec {
|
||||||
libpng
|
libpng
|
||||||
python3
|
python3
|
||||||
zlib
|
zlib
|
||||||
|
] ++ lib.optionals (stdenv.isDarwin && (builtins.hasAttr "UserNotifications" darwin.apple_sdk.frameworks)) [
|
||||||
|
darwin.apple_sdk.frameworks.UserNotifications
|
||||||
] ++ lib.optionals stdenv.isLinux [
|
] ++ lib.optionals stdenv.isLinux [
|
||||||
fontconfig libunistring libcanberra libX11
|
fontconfig libunistring libcanberra libX11
|
||||||
libXrandr libXinerama libXcursor libxkbcommon libXi libXext
|
libXrandr libXinerama libXcursor libxkbcommon libXi libXext
|
||||||
|
|
Loading…
Reference in a new issue