mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
libgsf: meta written
0.14.7 in my previous commit was a typo: 1.14.7 of course svn path=/nixpkgs/trunk/; revision=9681
This commit is contained in:
parent
f607b33cd8
commit
3ae88cb1f3
@ -1,11 +1,17 @@
|
||||
args: with args;
|
||||
|
||||
stdenv.mkDerivation {
|
||||
stdenv.mkDerivation rec {
|
||||
name = "libgsf-1.14.7";
|
||||
src = fetchurl {
|
||||
url = http://ftp.gnome.org/pub/gnome/sources/libgsf/1.14/libgsf-1.14.7.tar.bz2;
|
||||
url = "http://ftp.gnome.org/pub/gnome/sources/libgsf/1.14/${name}.tar.bz2";
|
||||
sha256 = "0vd8arjaavb3qywd9cm2gdn6ngrlyd99nlsj72par8fm60k48bhq";
|
||||
};
|
||||
buildInputs = [perl perlXMLParser pkgconfig libxml2 glib gettext bzip2
|
||||
gnomevfs libbonobo];
|
||||
|
||||
meta = {
|
||||
homepage = http://www.gnome.org/projects/libgsf;
|
||||
license = "LGPL";
|
||||
description = "GNOME Structured File Library";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user