gnu: bootstrap: Add FTP URL for bootstrap binaries.
* gnu/packages/bootstrap.scm (%bootstrap-base-urls): Add ftp://alpha.gnu.org (http://alpha.gnu.org is currently unresponsive.)
This commit is contained in:
parent
c9e9154e99
commit
d44fb7dd60
|
@ -287,7 +287,8 @@ $out/bin/guile --version~%"
|
||||||
|
|
||||||
(define %bootstrap-base-urls
|
(define %bootstrap-base-urls
|
||||||
;; This is where the initial binaries come from.
|
;; This is where the initial binaries come from.
|
||||||
'("http://alpha.gnu.org/gnu/guix/bootstrap"
|
'("ftp://alpha.gnu.org/gnu/guix/bootstrap"
|
||||||
|
"http://alpha.gnu.org/gnu/guix/bootstrap"
|
||||||
"http://www.fdn.fr/~lcourtes/software/guix/packages"))
|
"http://www.fdn.fr/~lcourtes/software/guix/packages"))
|
||||||
|
|
||||||
(define %bootstrap-coreutils&co
|
(define %bootstrap-coreutils&co
|
||||||
|
|
Loading…
Reference in New Issue