mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
libgsf: upgraded to 0.14.7
svn path=/nixpkgs/trunk/; revision=9680
This commit is contained in:
parent
33796f3738
commit
f607b33cd8
2 changed files with 8 additions and 7 deletions
|
@ -1,10 +1,11 @@
|
|||
{stdenv, fetchurl, perl, perlXMLParser, pkgconfig, libxml2, glib, gettext}:
|
||||
args: with args;
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "libgsf-1.14.1";
|
||||
name = "libgsf-1.14.7";
|
||||
src = fetchurl {
|
||||
url = http://ftp.gnome.org/pub/gnome/sources/libgsf/1.14/libgsf-1.14.1.tar.bz2;
|
||||
md5 = "00de00b99382d0b7e034e0fffd8951d4";
|
||||
url = http://ftp.gnome.org/pub/gnome/sources/libgsf/1.14/libgsf-1.14.7.tar.bz2;
|
||||
sha256 = "0vd8arjaavb3qywd9cm2gdn6ngrlyd99nlsj72par8fm60k48bhq";
|
||||
};
|
||||
buildInputs = [perl perlXMLParser pkgconfig libxml2 glib gettext];
|
||||
buildInputs = [perl perlXMLParser pkgconfig libxml2 glib gettext bzip2
|
||||
gnomevfs libbonobo];
|
||||
}
|
||||
|
|
|
@ -1972,8 +1972,8 @@ rec {
|
|||
#};
|
||||
|
||||
libgsf = import ../development/libraries/libgsf {
|
||||
inherit fetchurl stdenv perl perlXMLParser pkgconfig libxml2 gettext;
|
||||
inherit (gnome) glib;
|
||||
inherit fetchurl stdenv perl perlXMLParser pkgconfig libxml2 gettext bzip2;
|
||||
inherit (gnome) glib gnomevfs libbonobo;
|
||||
};
|
||||
|
||||
libidn = import ../development/libraries/libidn {
|
||||
|
|
Loading…
Reference in a new issue