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,
Kernel,
OpenGL,
cf-private,
libicns,
libpng,
librsvg,
@ -40,7 +39,6 @@ buildPythonApplication rec {
IOKit
Kernel
OpenGL
cf-private
libpng
python3
zlib

View file

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