Make `ftp.gnu.org' the first site for GNU stuff.
svn path=/nixpkgs/trunk/; revision=29976
This commit is contained in:
parent
c10a1a50b8
commit
d4a560845d
|
@ -24,6 +24,9 @@ rec {
|
||||||
|
|
||||||
# GNU (http://www.gnu.org/prep/ftp.html).
|
# GNU (http://www.gnu.org/prep/ftp.html).
|
||||||
gnu = [
|
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
|
# This one redirects to a (supposedly) nearby and (supposedly) up-to-date
|
||||||
# mirror.
|
# mirror.
|
||||||
http://ftpmirror.gnu.org/
|
http://ftpmirror.gnu.org/
|
||||||
|
@ -33,8 +36,6 @@ rec {
|
||||||
ftp://mirror.cict.fr/gnu/
|
ftp://mirror.cict.fr/gnu/
|
||||||
ftp://ftp.cs.tu-berlin.de/pub/gnu/
|
ftp://ftp.cs.tu-berlin.de/pub/gnu/
|
||||||
ftp://ftp.chg.ru/pub/gnu/
|
ftp://ftp.chg.ru/pub/gnu/
|
||||||
|
|
||||||
http://ftp.gnu.org/pub/gnu/
|
|
||||||
];
|
];
|
||||||
|
|
||||||
# GCC.
|
# GCC.
|
||||||
|
|
Loading…
Reference in New Issue