change name again to prevent that nix-env -iKf /nixpkgs/trunk/pkgs/system/i686-linux.nix coreutils will install both normal coreutils and this version.

svn path=/nixpkgs/trunk/; revision=4254
This commit is contained in:
Armijn Hemel 2005-11-06 23:57:54 +00:00
parent 8e5b0d6603
commit ca347a2530

View file

@ -1,7 +1,7 @@
{stdenv, fetchurl, dietgcc, perl}:
stdenv.mkDerivation {
name = "coreutils-5.2.1-diet";
name = "coreutils-diet-5.2.1";
src = fetchurl {
url = http://nix.cs.uu.nl/dist/tarballs/coreutils-5.2.1.tar.bz2;
md5 = "172ee3c315af93d3385ddfbeb843c53f";