* Copy even more files (in particular from losser.st-lab.cs.uu.nl,

can't assume that it will live forever).

svn path=/nixpkgs/trunk/; revision=4624
This commit is contained in:
Eelco Dolstra
2006-01-30 16:11:00 +00:00
parent 3389f4bc36
commit 9f898a586b
26 changed files with 26 additions and 26 deletions

View File

@@ -3,7 +3,7 @@
import ../generic perl {
name = "Archive-Zip-1.16";
src = fetchurl {
url = ftp://ftp.cs.uu.nl/mirror/CPAN/authors/id/S/SM/SMPETERS/Archive-Zip-1.16.tar.gz;
url = http://nix.cs.uu.nl/dist/tarballs/Archive-Zip-1.16.tar.gz;
md5 = "e28dff400d07b1659d659d8dde7071f1";
};
}

View File

@@ -3,7 +3,7 @@
import ../generic perl {
name = "BerkeleyDB-0.27";
src = fetchurl {
url = ftp://ftp.cs.uu.nl/mirror/CPAN/authors/id/P/PM/PMQS/BerkeleyDB-0.27.tar.gz;
url = http://nix.cs.uu.nl/dist/tarballs/BerkeleyDB-0.27.tar.gz;
md5 = "43aa72c0c6941af0d656d749ad543e96";
};
perlPreHook = ./hook.sh;

View File

@@ -3,7 +3,7 @@
import ../generic perl {
name = "Compress-Zlib-1.41";
src = fetchurl {
url = ftp://ftp.cs.uu.nl/mirror/CPAN/authors/Paul_Marquess/Compress-Zlib-1.41.tar.gz;
url = http://nix.cs.uu.nl/dist/tarballs/Compress-Zlib-1.41.tar.gz;
md5 = "ac135b84a03e814734496777cf5e5722";
};
}