* More cleanup.

svn path=/nixpkgs/trunk/; revision=22795
This commit is contained in:
Eelco Dolstra
2010-07-28 15:35:01 +00:00
parent 27fe0c57f3
commit 749b8607ca
37 changed files with 329 additions and 329 deletions
@@ -1,9 +1,12 @@
args: with args;
{ stdenv, fetchurl, pkgconfig, glib, libgsf, libxml2, bzip2 }:
stdenv.mkDerivation {
name = "libwpd-0.8.14";
src = fetchurl {
url = mirror://sourceforge/libwpd/libwpd-0.8.14.tar.gz;
sha256 = "1syli6i5ma10cwzpa61a18pyjmianjwsf6pvmvzsh5md6yk4yx01";
};
buildInputs = [pkgconfig glib libgsf libxml2 bzip2];
buildInputs = [ pkgconfig glib libgsf libxml2 bzip2 ];
}