gimp: only use libgudev on linux
libgudev relies on udev which is a part of systemd. These are very tightly coupled to Linux so we just enable them on Linux.
This commit is contained in:
parent
ac369f6fe8
commit
1d2f7dff36
@ -43,11 +43,12 @@ in stdenv.mkDerivation rec {
|
|||||||
nativeBuildInputs = [ autoreconfHook pkgconfig intltool gettext wrapPython ];
|
nativeBuildInputs = [ autoreconfHook pkgconfig intltool gettext wrapPython ];
|
||||||
propagatedBuildInputs = [ gegl ]; # needed by gimp-2.0.pc
|
propagatedBuildInputs = [ gegl ]; # needed by gimp-2.0.pc
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
babl gegl gtk2 glib gdk_pixbuf pango cairo gexiv2 harfbuzz isocodes libgudev
|
babl gegl gtk2 glib gdk_pixbuf pango cairo gexiv2 harfbuzz isocodes
|
||||||
freetype fontconfig lcms libpng libjpeg poppler poppler_data libtiff openexr
|
freetype fontconfig lcms libpng libjpeg poppler poppler_data libtiff openexr
|
||||||
libmng librsvg libwmf zlib libzip ghostscript aalib shared-mime-info libwebp
|
libmng librsvg libwmf zlib libzip ghostscript aalib shared-mime-info libwebp
|
||||||
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 [ AppKit Cocoa gtk-mac-integration ];
|
] ++ stdenv.lib.optionals stdenv.isDarwin [ AppKit Cocoa gtk-mac-integration ]
|
||||||
|
++ stdenv.lib.optionals stdenv.isLinux [ libgudev ];
|
||||||
|
|
||||||
pythonPath = [ pygtk ];
|
pythonPath = [ pygtk ];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user