kitty: remove cf-private
This commit is contained in:
parent
bea56ef8ba
commit
a73bfdf3a7
@ -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
|
||||
|
@ -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;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user