* Use CPAN mirrors.

svn path=/nixpkgs/branches/stdenv-updates-merge/; revision=10806
This commit is contained in:
Eelco Dolstra
2008-02-21 15:52:31 +00:00
parent bda5d7d471
commit af40c15c30
5 changed files with 29 additions and 20 deletions
+9
View File
@@ -1,4 +1,5 @@
rec {
# Content-addressable Nix mirrors.
hashedMirrors = [
http://nix.cs.uu.nl/dist/tarballs
@@ -104,4 +105,12 @@ rec {
http://imagemagick.site2nd.org/imagemagick
];
# CPAN mirrors.
cpan = [
http://ftp.gwdg.de/pub/languages/perl/CPAN/
ftp://download.xs4all.nl/pub/mirror/CPAN/
ftp://ftp.nl.uu.net/pub/CPAN/
http://ftp.funet.fi/pub/CPAN/
];
}