mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 08:59:32 +03:00
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
|
||||
, 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 ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user