* Copy a bunch of files to nix.cs.uu.nl.
svn path=/nixpkgs/trunk/; revision=6711
This commit is contained in:
@@ -11,7 +11,7 @@ stdenv.mkDerivation {
|
||||
|
||||
builder = ./builder.sh;
|
||||
src = fetchurl {
|
||||
url = http://archive.apache.org/dist/httpd/httpd-2.2.3.tar.bz2;
|
||||
url = http://nix.cs.uu.nl/dist/tarballs/httpd-2.2.3.tar.bz2;
|
||||
md5 = "887bf4a85505e97babe1d90635361c0d";
|
||||
};
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ stdenv.mkDerivation {
|
||||
builder = ./builder.sh;
|
||||
|
||||
src = fetchurl {
|
||||
url = http://apache.surfnet.nl/httpd/modpython/mod_python-3.2.10.tgz;
|
||||
url = http://nix.cs.uu.nl/dist/tarballs/mod_python-3.2.10.tgz;
|
||||
md5 = "cc6439f546a6e70cfff7ca51b8c62541";
|
||||
};
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ stdenv.mkDerivation {
|
||||
name = "mysql-4.1.18";
|
||||
|
||||
src = fetchurl {
|
||||
url = http://downloads.mysql.com/archives/mysql-4.1/mysql-4.1.18.tar.gz;
|
||||
url = http://nix.cs.uu.nl/dist/tarballs/mysql-4.1.18.tar.gz;
|
||||
md5 = "a2db4edb3e1e3b8e0f8c2242225ea513";
|
||||
};
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@ stdenv.mkDerivation {
|
||||
builder = ./builder.sh;
|
||||
|
||||
src = fetchurl {
|
||||
url = http://mysql.proserve.nl/Downloads/Connector-J/mysql-connector-java-3.1.12.tar.gz;
|
||||
url = http://nix.cs.uu.nl/dist/tarballs/mysql-connector-java-3.1.12.tar.gz;
|
||||
md5 = "c8c15443dfa9541545aad02d744a077b";
|
||||
};
|
||||
|
||||
|
||||
+141
-141
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user