* Remove a bunch of unused Nix expressions.

svn path=/nixpkgs/trunk/; revision=6716
This commit is contained in:
Eelco Dolstra
2006-10-12 15:43:01 +00:00
parent 85454a47da
commit ef9b025dbe
70 changed files with 65 additions and 726 deletions

View File

@@ -1,9 +0,0 @@
{stdenv, fetchurl}:
stdenv.mkDerivation {
name = "coreutils-6.3";
src = fetchurl {
url = http://nix.cs.uu.nl/dist/tarballs/coreutils-6.3.tar.bz2;
md5 = "065e9662c5aa2694693910ca9e6c9ec8";
};
}