mirrors.nix: use GNU mirrors before hitting the master site

Our first download URL of choice is http://ftpmirror.gnu.org/, which is an
automatic re-director.
This commit is contained in:
Peter Simons 2012-08-22 14:28:50 +02:00
parent 30a36ad6e5
commit 966b4c336d
1 changed files with 3 additions and 3 deletions

View File

@ -24,9 +24,6 @@ rec {
# GNU (http://www.gnu.org/prep/ftp.html).
gnu = [
# This one is the master repository, and thus it's always up-to-date.
http://ftp.gnu.org/pub/gnu/
# This one redirects to a (supposedly) nearby and (supposedly) up-to-date
# mirror.
http://ftpmirror.gnu.org/
@ -37,6 +34,9 @@ rec {
ftp://ftp.cs.tu-berlin.de/pub/gnu/
ftp://ftp.chg.ru/pub/gnu/
ftp://ftp.funet.fi/pub/mirrors/ftp.gnu.org/gnu/
# This one is the master repository, and thus it's always up-to-date.
http://ftp.gnu.org/pub/gnu/
];
# GCC.