mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 21:46:35 +01:00
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
1 changed files with 2 additions and 1 deletions
|
@ -287,7 +287,8 @@ (define %bootstrap-guile
|
|||
|
||||
(define %bootstrap-base-urls
|
||||
;; 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"))
|
||||
|
||||
(define %bootstrap-coreutils&co
|
||||
|
|
Loading…
Reference in a new issue