add static version for initial stdenv...and maybe NixOS...

svn path=/nixpkgs/trunk/; revision=4443
This commit is contained in:
Armijn Hemel 2005-12-27 02:47:59 +00:00
parent 6aa7ab644a
commit cecd284522

View File

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