mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
Added python to libgsf dependencies
svn path=/nixpkgs/trunk/; revision=9699
This commit is contained in:
parent
15d26bb5c9
commit
9c031cec1b
@ -7,7 +7,7 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "0vd8arjaavb3qywd9cm2gdn6ngrlyd99nlsj72par8fm60k48bhq";
|
sha256 = "0vd8arjaavb3qywd9cm2gdn6ngrlyd99nlsj72par8fm60k48bhq";
|
||||||
};
|
};
|
||||||
buildInputs = [perl perlXMLParser pkgconfig libxml2 glib gettext bzip2
|
buildInputs = [perl perlXMLParser pkgconfig libxml2 glib gettext bzip2
|
||||||
gnomevfs libbonobo];
|
gnomevfs libbonobo python];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://www.gnome.org/projects/libgsf;
|
homepage = http://www.gnome.org/projects/libgsf;
|
||||||
|
@ -1972,7 +1972,8 @@ rec {
|
|||||||
#};
|
#};
|
||||||
|
|
||||||
libgsf = import ../development/libraries/libgsf {
|
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;
|
inherit (gnome) glib gnomevfs libbonobo;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user