libgsf: pass gdk_pixbuf
svn path=/nixpkgs/trunk/; revision=32923
This commit is contained in:
parent
a85944b665
commit
683752fa85
@ -1,5 +1,5 @@
|
|||||||
{ fetchurl, stdenv, perl, perlXMLParser, pkgconfig, libxml2
|
{ fetchurl, stdenv, perl, perlXMLParser, pkgconfig, libxml2
|
||||||
, glib, gettext, intltool, bzip2, xz
|
, glib, gettext, intltool, bzip2, gdk_pixbuf
|
||||||
, gnome_vfs, libbonobo, python }:
|
, gnome_vfs, libbonobo, python }:
|
||||||
|
|
||||||
|
|
||||||
@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
buildNativeInputs = [ intltool pkgconfig ];
|
buildNativeInputs = [ intltool pkgconfig ];
|
||||||
buildInputs =
|
buildInputs =
|
||||||
[ perl perlXMLParser gettext bzip2 gnome_vfs python ];
|
[ perl perlXMLParser gettext bzip2 gnome_vfs python gdk_pixbuf ];
|
||||||
|
|
||||||
propagatedBuildInputs = [ glib libxml2 libbonobo ];
|
propagatedBuildInputs = [ glib libxml2 libbonobo ];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user