Pass xz to libwpg
svn path=/nixpkgs/trunk/; revision=31316
This commit is contained in:
parent
f84a08bac3
commit
f490ef82b8
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, fetchurl, pkgconfig, libwpd }:
|
{ stdenv, fetchurl, pkgconfig, libwpd, xz }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "libwpg-0.2.1";
|
name = "libwpg-0.2.1";
|
||||||
@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ libwpd ];
|
buildInputs = [ libwpd ];
|
||||||
buildNativeInputs = [ pkgconfig ];
|
buildNativeInputs = [ pkgconfig xz ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://libwpg.sourceforge.net;
|
homepage = http://libwpg.sourceforge.net;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user