* Copy lots of files to nix.cs.uu.nl.

svn path=/nixpkgs/trunk/; revision=4623
This commit is contained in:
Eelco Dolstra
2006-01-30 16:04:03 +00:00
parent 53c56afcfe
commit 3389f4bc36
233 changed files with 624 additions and 659 deletions

View File

@@ -7,7 +7,7 @@ stdenv.mkDerivation {
version = "jre1.5.0_02";
builder = ./builder.sh;
src = fetchurl {
url = http://jdl.sun.com/webapps/download/AutoDL?BundleId=9986;
url = http://nix.cs.uu.nl/dist/tarballs/AutoDL?BundleId=9986;
md5 = "1c9b3bb9670df5ebb5587d2bcba73b3c";
};
}

View File

@@ -5,7 +5,7 @@ assert libxml2 != null;
stdenv.mkDerivation {
name = "php-5.0.4";
src = fetchurl {
url = http://de.php.net/distributions/php-5.0.4.tar.bz2;
url = http://nix.cs.uu.nl/dist/tarballs/php-5.0.4.tar.bz2;
md5 = "fb1aac107870f897d26563a9cc5053c0";
};

View File

@@ -5,7 +5,7 @@ assert zlibSupport -> zlib != null;
stdenv.mkDerivation {
name = "python-2.4.2";
src = fetchurl {
url = http://www.python.org/ftp/python/2.4.2/Python-2.4.2.tar.bz2;
url = http://nix.cs.uu.nl/dist/tarballs/Python-2.4.2.tar.bz2;
md5 = "98db1465629693fc434d4dc52db93838";
};
buildInputs = [

View File

@@ -3,7 +3,7 @@
stdenv.mkDerivation {
name = "ruby-1.8.4";
src = fetchurl {
url = ftp://ftp.ruby-lang.org/pub/ruby/1.8/ruby-1.8.4.tar.gz;
url = http://nix.cs.uu.nl/dist/tarballs/ruby-1.8.4.tar.gz;
md5 = "bd8c2e593e1fa4b01fd98eaf016329bb";
};
}

View File

@@ -4,7 +4,7 @@ stdenv.mkDerivation {
name = "tcl-8.4.11";
builder = ./builder.sh;
src = fetchurl {
url = http://heanet.dl.sourceforge.net/sourceforge/tcl/tcl8.4.11-src.tar.gz;
url = http://nix.cs.uu.nl/dist/tarballs/tcl8.4.11-src.tar.gz;
md5 = "629dfea34e4087eb4683f834060abb63";
};
}