mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
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 {
|
||||
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;
|
||||
|
|
Loading…
Reference in a new issue