bzip2 dependency added in a couple of places

svn path=/nixpkgs/trunk/; revision=9702
This commit is contained in:
Michael Raskin
2007-11-16 03:45:42 +00:00
parent 9c031cec1b
commit dded839300
3 changed files with 5 additions and 6 deletions

View File

@@ -1,10 +1,9 @@
{stdenv, fetchurl, pkgconfig, glib, libgsf, libxml2}:
args: with args;
stdenv.mkDerivation {
name = "libwpd-0.8.5";
src = fetchurl {
url = mirror://sourceforge/libwpd/libwpd-0.8.5.tar.gz;
md5 = "6b679e205a2805c3d23f41c65b35e266";
};
buildInputs = [pkgconfig glib libgsf libxml2];
buildInputs = [pkgconfig glib libgsf libxml2 bzip2];
}