* 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
+12 -1
View File
@@ -1 +1,12 @@
import ./libxslt-1.1.15.nix
{stdenv, fetchurl, libxml2}:
assert libxml2 != null;
stdenv.mkDerivation {
name = "libxslt-1.1.17";
src = fetchurl {
url = http://nix.cs.uu.nl/dist/tarballs/libxslt-1.1.17.tar.gz;
md5 = "fde6a7a93c0eb14cba628692fa3a1000";
};
buildInputs = [libxml2];
}
@@ -1,12 +0,0 @@
{stdenv, fetchurl, libxml2}:
assert libxml2 != null;
stdenv.mkDerivation {
name = "libxslt-1.1.15";
src = fetchurl {
url = http://nix.cs.uu.nl/dist/tarballs/libxslt-1.1.15.tar.gz;
md5 = "238de9eda71b570ff7b78aaf65308fc6";
};
buildInputs = [libxml2];
}
@@ -1,12 +0,0 @@
{stdenv, fetchurl, libxml2}:
assert libxml2 != null;
stdenv.mkDerivation {
name = "libxslt-1.1.17";
src = fetchurl {
url = http://nix.cs.uu.nl/dist/tarballs/libxslt-1.1.17.tar.gz;
md5 = "fde6a7a93c0eb14cba628692fa3a1000";
};
buildInputs = [libxml2];
}