kitty: remove cf-private

This commit is contained in:
Daiderd Jordan 2019-06-19 22:20:47 +02:00
parent bea56ef8ba
commit a73bfdf3a7
No known key found for this signature in database
GPG Key ID: D02435D05B810C96
2 changed files with 1 additions and 6 deletions

View File

@ -9,7 +9,6 @@
IOKit, IOKit,
Kernel, Kernel,
OpenGL, OpenGL,
cf-private,
libicns, libicns,
libpng, libpng,
librsvg, librsvg,
@ -40,7 +39,6 @@ buildPythonApplication rec {
IOKit IOKit
Kernel Kernel
OpenGL OpenGL
cf-private
libpng libpng
python3 python3
zlib zlib

View File

@ -18724,10 +18724,7 @@ in
kipi-plugins = libsForQt5.callPackage ../applications/graphics/kipi-plugins { }; kipi-plugins = libsForQt5.callPackage ../applications/graphics/kipi-plugins { };
kitty = callPackage ../applications/misc/kitty { kitty = callPackage ../applications/misc/kitty {
harfbuzz = if stdenv.isDarwin then harfbuzz.override { harfbuzz = harfbuzz.override { withCoreText = stdenv.isDarwin; };
withCoreText = true;
} else harfbuzz;
inherit (darwin) cf-private;
inherit (darwin.apple_sdk.frameworks) Cocoa CoreGraphics Foundation IOKit Kernel OpenGL; inherit (darwin.apple_sdk.frameworks) Cocoa CoreGraphics Foundation IOKit Kernel OpenGL;
}; };