mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
* No longer needed.
svn path=/nixpkgs/trunk/; revision=6834
This commit is contained in:
parent
97a65f81b2
commit
de70885cfc
1 changed files with 0 additions and 10 deletions
|
@ -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;
|
||||
}
|
Loading…
Reference in a new issue