gdk-pixbuf: rename from gdk_pixbuf
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{stdenv, lib, fetchurl, gettext, perlPackages, intltool, pkgconfig, glib,
|
||||
libxml2, sqlite, zlib, sg3_utils, gdk_pixbuf, taglib,
|
||||
libxml2, sqlite, zlib, sg3_utils, gdk-pixbuf, taglib,
|
||||
libimobiledevice, pythonPackages, mutagen,
|
||||
monoSupport ? false, mono, gtk-sharp-2_0
|
||||
}:
|
||||
@@ -23,7 +23,7 @@ in stdenv.mkDerivation rec {
|
||||
dontStrip = true;
|
||||
|
||||
propagatedBuildInputs = [ glib libxml2 sqlite zlib sg3_utils
|
||||
gdk_pixbuf taglib libimobiledevice python pygobject2 mutagen ];
|
||||
gdk-pixbuf taglib libimobiledevice python pygobject2 mutagen ];
|
||||
|
||||
nativeBuildInputs = [ gettext intltool pkgconfig ]
|
||||
++ (with perlPackages; [ perl XMLParser ])
|
||||
|
||||
Reference in New Issue
Block a user