Added python to libgsf dependencies

svn path=/nixpkgs/trunk/; revision=9699
This commit is contained in:
Yury G. Kudryashov 2007-11-15 23:47:03 +00:00
parent 15d26bb5c9
commit 9c031cec1b
2 changed files with 3 additions and 2 deletions

View File

@ -7,7 +7,7 @@ stdenv.mkDerivation rec {
sha256 = "0vd8arjaavb3qywd9cm2gdn6ngrlyd99nlsj72par8fm60k48bhq";
};
buildInputs = [perl perlXMLParser pkgconfig libxml2 glib gettext bzip2
gnomevfs libbonobo];
gnomevfs libbonobo python];
meta = {
homepage = http://www.gnome.org/projects/libgsf;

View File

@ -1972,7 +1972,8 @@ rec {
#};
libgsf = import ../development/libraries/libgsf {
inherit fetchurl stdenv perl perlXMLParser pkgconfig libxml2 gettext bzip2;
inherit fetchurl stdenv perl perlXMLParser pkgconfig libxml2 gettext bzip2
python;
inherit (gnome) glib gnomevfs libbonobo;
};