mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
Added python to libgsf dependencies
svn path=/nixpkgs/trunk/; revision=9699
This commit is contained in:
parent
15d26bb5c9
commit
9c031cec1b
2 changed files with 3 additions and 2 deletions
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue