rename coreutils to coreutils-<release>-diet. Maybe this should be renamed again, not sure...
svn path=/nixpkgs/trunk/; revision=4253
This commit is contained in:
parent
9da2209bf0
commit
8e5b0d6603
@ -1,7 +1,7 @@
|
|||||||
{stdenv, fetchurl, dietgcc, perl}:
|
{stdenv, fetchurl, dietgcc, perl}:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "coreutils-5.2.1";
|
name = "coreutils-5.2.1-diet";
|
||||||
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