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:
parent
8e5b0d6603
commit
ca347a2530
@ -1,7 +1,7 @@
|
|||||||
{stdenv, fetchurl, dietgcc, perl}:
|
{stdenv, fetchurl, dietgcc, perl}:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "coreutils-5.2.1-diet";
|
name = "coreutils-diet-5.2.1";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = http://nix.cs.uu.nl/dist/tarballs/coreutils-5.2.1.tar.bz2;
|
url = http://nix.cs.uu.nl/dist/tarballs/coreutils-5.2.1.tar.bz2;
|
||||||
md5 = "172ee3c315af93d3385ddfbeb843c53f";
|
md5 = "172ee3c315af93d3385ddfbeb843c53f";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user