* Copy a bunch of files to nix.cs.uu.nl.

svn path=/nixpkgs/trunk/; revision=6711
This commit is contained in:
Eelco Dolstra
2006-10-12 13:50:54 +00:00
parent ce71dc9076
commit 1442e8ec22
205 changed files with 460 additions and 1392 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
stdenv.mkDerivation {
name = "coreutils-6.3";
src = fetchurl {
url = ftp://ftp.nluug.nl/pub/gnu/coreutils/coreutils-6.3.tar.bz2;
url = http://nix.cs.uu.nl/dist/tarballs/coreutils-6.3.tar.bz2;
md5 = "065e9662c5aa2694693910ca9e6c9ec8";
};
}
+1 -1
View File
@@ -3,7 +3,7 @@
stdenv.mkDerivation {
name = "coreutils-5.97";
src = fetchurl {
url = ftp://ftp.nluug.nl/pub/gnu/coreutils/coreutils-5.97.tar.gz;
url = http://nix.cs.uu.nl/dist/tarballs/coreutils-5.97.tar.gz;
md5 = "bdec4b75c76ac9bf51b6dd1747d3b06e";
};
}
+1 -1
View File
@@ -3,7 +3,7 @@
stdenv.mkDerivation {
name = "file-4.17";
src = fetchurl {
url = ftp://ftp.astron.com/pub/file/file-4.17.tar.gz;
url = http://nix.cs.uu.nl/dist/tarballs/file-4.17.tar.gz;
md5 = "50919c65e0181423d66bb25d7fe7b0fd";
};
}
+1 -1
View File
@@ -3,7 +3,7 @@
stdenv.mkDerivation {
name = "findutils-4.2.27";
src = fetchurl {
url = ftp://ftp.nluug.nl/pub/gnu/findutils/findutils-4.2.27.tar.gz;
url = http://nix.cs.uu.nl/dist/tarballs/findutils-4.2.27.tar.gz;
md5 = "f1e0ddf09f28f8102ff3b90f3b5bc920";
};
buildInputs = [coreutils];
+1 -1
View File
@@ -4,7 +4,7 @@ stdenv.mkDerivation {
name = "getopt-1.1.4";
builder = ./builder.sh;
src = fetchurl {
url = http://software.frodo.looijaard.name/getopt/files/getopt-1.1.4.tar.gz;
url = http://nix.cs.uu.nl/dist/tarballs/getopt-1.1.4.tar.gz;
md5 = "02188ca68da27c4175d6e9f3da732101";
};
}
+1 -1
View File
@@ -4,7 +4,7 @@ stdenv.mkDerivation {
name = "less-394";
src = fetchurl {
url = http://www.greenwoodsoftware.com/less/less-394.tar.gz;
url = http://nix.cs.uu.nl/dist/tarballs/less-394.tar.gz;
md5 = "a9f072ccefa0d315b325f3e9cdbd4b97";
};
+1 -1
View File
@@ -3,7 +3,7 @@
stdenv.mkDerivation {
name = "parted-1.7.1";
src = fetchurl {
url = ftp://ftp.nluug.nl/pub/gnu/parted/parted-1.7.1.tar.bz2;
url = http://nix.cs.uu.nl/dist/tarballs/parted-1.7.1.tar.bz2;
md5 = "baa6771273c8362d735086d52a0d6efe";
};
buildInputs = [e2fsprogs ncurses readline];