mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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 @@ $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…
Add table
Add a link
Reference in a new issue