add place where I ripped the original patch (partially) from

svn path=/nixpkgs/trunk/; revision=3737
This commit is contained in:
Armijn Hemel 2005-08-28 14:29:32 +00:00
parent 3a0ff0b50d
commit 51492eb656

View File

@ -6,6 +6,8 @@ stdenv.mkDerivation {
url = http://nix.cs.uu.nl/dist/tarballs/coreutils-5.2.1.tar.bz2;
md5 = "172ee3c315af93d3385ddfbeb843c53f";
};
# patch from
# http://invaders.mars-attacks.org/~boklm/browse/doc/srs2005/alink/files/patch-coreutils-5.2.1-alink0.1.diff
patches = [./coreutils-dummy.patch];
buildInputs = [perl];
NIX_GCC = dietgcc;