add libgsf
svn path=/nixpkgs/trunk/; revision=4139
This commit is contained in:
parent
b2b4f4960f
commit
c077834783
10
pkgs/development/libraries/libgsf/default.nix
Normal file
10
pkgs/development/libraries/libgsf/default.nix
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
{stdenv, fetchurl, perl, perlXMLParser, pkgconfig, libxml2, glib}:
|
||||||
|
|
||||||
|
stdenv.mkDerivation {
|
||||||
|
name = "libgsf-1.13.2";
|
||||||
|
src = fetchurl {
|
||||||
|
url = http://ftp.gnome.org/pub/GNOME/sources/libgsf/1.13/libgsf-1.13.2.tar.bz2 ;
|
||||||
|
md5 = "0894afd88f9e43eada27e52cb22cd0f1";
|
||||||
|
};
|
||||||
|
buildInputs = [perl perlXMLParser pkgconfig libxml2 glib];
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user