Pass xz to libwpg

svn path=/nixpkgs/trunk/; revision=31316
This commit is contained in:
Yury G. Kudryashov 2012-01-05 18:05:18 +00:00
parent f84a08bac3
commit f490ef82b8

View file

@ -1,4 +1,4 @@
{ stdenv, fetchurl, pkgconfig, libwpd }:
{ stdenv, fetchurl, pkgconfig, libwpd, xz }:
stdenv.mkDerivation rec {
name = "libwpg-0.2.1";
@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
};
buildInputs = [ libwpd ];
buildNativeInputs = [ pkgconfig ];
buildNativeInputs = [ pkgconfig xz ];
meta = {
homepage = http://libwpg.sourceforge.net;