* Cleanup: remove obsolete references to ‘xz’, which is in stdenv now.
svn path=/nixpkgs/branches/stdenv-updates/; revision=31678
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ stdenv, fetchurl, pkgconfig, glib, libgsf, libxml2, xz }:
|
||||
{ stdenv, fetchurl, pkgconfig, glib, libgsf, libxml2 }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "libwpd-0.9.4";
|
||||
@@ -10,5 +10,5 @@ stdenv.mkDerivation rec {
|
||||
|
||||
buildInputs = [ glib libgsf libxml2 ];
|
||||
|
||||
buildNativeInputs = [ pkgconfig xz ];
|
||||
buildNativeInputs = [ pkgconfig ];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user