Skip to content
Snippets Groups Projects
Unverified Commit d44fb7dd authored by Ludovic Courtès's avatar Ludovic Courtès
Browse files

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.)
parent c9e9154e
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment