* 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
@@ -1,10 +0,0 @@
{stdenv, fetchurl, libxml2}:
stdenv.mkDerivation {
name = "neon-0.24.7";
src = fetchurl {
url = http://nix.cs.uu.nl/dist/tarballs/neon-0.24.7.tar.gz;
md5 = "5108bcbe41de4afe2e19cc58500fb9f2";
};
buildInputs = [libxml2];
}
@@ -1,10 +0,0 @@
{stdenv, fetchurl, libxml2}:
stdenv.mkDerivation {
name = "neon-0.26.1";
src = fetchurl {
url = http://nix.cs.uu.nl/dist/tarballs/neon-0.26.1.tar.gz;
md5 = "3bb7a82bddfc1c56d2f9dba849aecd1f";
};
buildInputs = [libxml2];
}