* Use CPAN mirrors.
svn path=/nixpkgs/branches/stdenv-updates-merge/; revision=10806
This commit is contained in:
@@ -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/
|
||||
];
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user