* No longer needed.

svn path=/nixpkgs/trunk/; revision=6834
This commit is contained in:
Eelco Dolstra 2006-10-24 22:41:38 +00:00
parent 97a65f81b2
commit de70885cfc

View file

@ -1,10 +0,0 @@
{stdenv, fetchurl, dietgcc}:
stdenv.mkDerivation {
name = "gzip-1.3.3";
src = fetchurl {
url = http://nix.cs.uu.nl/dist/tarballs/gzip-1.3.3.tar.gz;
md5 = "52eaf713673507d21f7abefee98ba662";
};
NIX_GCC=dietgcc;
}