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