* Cleanup: remove obsolete references to ‘xz’, which is in stdenv now.

svn path=/nixpkgs/branches/stdenv-updates/; revision=31678
This commit is contained in:
Eelco Dolstra
2012-01-18 20:53:01 +00:00
parent c556a6ea46
commit d4d7931a62
70 changed files with 117 additions and 142 deletions
@@ -1,4 +1,4 @@
{stdenv, fetchurl, gtk, gperf, pkgconfig, bzip2, xz, tcl, tk, judy} :
{stdenv, fetchurl, gtk, gperf, pkgconfig, bzip2, tcl, tk, judy} :
stdenv.mkDerivation rec {
name = "gtkwave-3.3.28";
@@ -7,7 +7,7 @@ stdenv.mkDerivation rec {
sha256 = "0y3dmx39xwc3m23fwjkxvp9gqxpckk8s5814nhs8fnxa384z5cz0";
};
buildInputs = [ gtk gperf pkgconfig bzip2 xz tcl tk judy];
buildInputs = [ gtk gperf pkgconfig bzip2 tcl tk judy];
configureFlags = [ "--with-tcl=${tcl}/lib" "--with-tk=${tk}/lib" "--enable-judy" ];