gimp: remove cf-private
This commit is contained in:
parent
f2d2381838
commit
bea56ef8ba
|
@ -3,7 +3,7 @@
|
||||||
, libmng, librsvg, libwmf, zlib, libzip, ghostscript, aalib, shared-mime-info
|
, libmng, librsvg, libwmf, zlib, libzip, ghostscript, aalib, shared-mime-info
|
||||||
, python2Packages, libexif, gettext, xorg, glib-networking, libmypaint, gexiv2
|
, python2Packages, libexif, gettext, xorg, glib-networking, libmypaint, gexiv2
|
||||||
, harfbuzz, mypaint-brushes, libwebp, libheif, libgudev, openexr
|
, harfbuzz, mypaint-brushes, libwebp, libheif, libgudev, openexr
|
||||||
, AppKit, Cocoa, gtk-mac-integration-gtk2, cf-private }:
|
, AppKit, Cocoa, gtk-mac-integration-gtk2 }:
|
||||||
|
|
||||||
let
|
let
|
||||||
inherit (python2Packages) pygtk wrapPython python;
|
inherit (python2Packages) pygtk wrapPython python;
|
||||||
|
@ -24,9 +24,7 @@ in stdenv.mkDerivation rec {
|
||||||
libmng librsvg libwmf zlib libzip ghostscript aalib shared-mime-info libwebp libheif
|
libmng librsvg libwmf zlib libzip ghostscript aalib shared-mime-info libwebp libheif
|
||||||
python pygtk libexif xorg.libXpm glib-networking libmypaint mypaint-brushes
|
python pygtk libexif xorg.libXpm glib-networking libmypaint mypaint-brushes
|
||||||
] ++ stdenv.lib.optionals stdenv.isDarwin [
|
] ++ stdenv.lib.optionals stdenv.isDarwin [
|
||||||
# cf-private is needed to get some things not in swift-corefoundation.
|
AppKit Cocoa gtk-mac-integration-gtk2
|
||||||
# For instance _OBJC_CLASS_$_NSArray is missing.
|
|
||||||
AppKit Cocoa gtk-mac-integration-gtk2 cf-private
|
|
||||||
] ++ stdenv.lib.optionals stdenv.isLinux [ libgudev ];
|
] ++ stdenv.lib.optionals stdenv.isLinux [ libgudev ];
|
||||||
|
|
||||||
pythonPath = [ pygtk ];
|
pythonPath = [ pygtk ];
|
||||||
|
|
|
@ -18119,7 +18119,6 @@ in
|
||||||
gegl = gegl_0_4;
|
gegl = gegl_0_4;
|
||||||
lcms = lcms2;
|
lcms = lcms2;
|
||||||
inherit (darwin.apple_sdk.frameworks) AppKit Cocoa;
|
inherit (darwin.apple_sdk.frameworks) AppKit Cocoa;
|
||||||
inherit (darwin) cf-private;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
gimp-with-plugins = callPackage ../applications/graphics/gimp/wrapper.nix {
|
gimp-with-plugins = callPackage ../applications/graphics/gimp/wrapper.nix {
|
||||||
|
|
Loading…
Reference in New Issue