mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: bootstrap: Add ftp.gnu.org to '%bootstrap-base-urls'.
* gnu/packages/bootstrap.scm (%bootstrap-base-urls): Add ftp.gnu.org/gnu/guix/bootstrap.
This commit is contained in:
parent
893c2df00d
commit
f32c3d4d06
1 changed files with 3 additions and 1 deletions
|
@ -290,7 +290,9 @@ (define* (glibc-dynamic-linker
|
|||
|
||||
(define %bootstrap-base-urls
|
||||
;; This is where the initial binaries come from.
|
||||
'("https://alpha.gnu.org/gnu/guix/bootstrap"
|
||||
'("https://ftp.gnu.org/gnu/guix/bootstrap"
|
||||
"https://alpha.gnu.org/gnu/guix/bootstrap"
|
||||
"http://ftp.gnu.org/gnu/guix/bootstrap"
|
||||
"http://alpha.gnu.org/gnu/guix/bootstrap"
|
||||
"ftp://alpha.gnu.org/gnu/guix/bootstrap"
|
||||
"http://www.fdn.fr/~lcourtes/software/guix/packages"
|
||||
|
|
Loading…
Reference in a new issue