3
0
Fork 0
forked from mirrors/nixpkgs

libgsf: pass gdk_pixbuf

svn path=/nixpkgs/trunk/; revision=32923
This commit is contained in:
Yury G. Kudryashov 2012-03-08 22:45:35 +00:00
parent a85944b665
commit 683752fa85

View file

@ -1,5 +1,5 @@
{ fetchurl, stdenv, perl, perlXMLParser, pkgconfig, libxml2
, glib, gettext, intltool, bzip2, xz
, glib, gettext, intltool, bzip2, gdk_pixbuf
, gnome_vfs, libbonobo, python }:
@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
buildNativeInputs = [ intltool pkgconfig ];
buildInputs =
[ perl perlXMLParser gettext bzip2 gnome_vfs python ];
[ perl perlXMLParser gettext bzip2 gnome_vfs python gdk_pixbuf ];
propagatedBuildInputs = [ glib libxml2 libbonobo ];