summaryrefslogtreecommitdiff
path: root/gnu/packages/bootstrap.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2016-12-17 12:35:02 +0100
committerLudovic Courtès <ludo@gnu.org>2016-12-17 14:46:42 +0100
commitd44fb7dd604d66cee7231bb3a93c3cde023dea82 (patch)
treefed35fcfe6d86a21bae8844f3d9041c62c6157d0 /gnu/packages/bootstrap.scm
parentc9e9154e993f055a438e2e43518bbd0740aaaf24 (diff)
downloadguix-patches-d44fb7dd604d66cee7231bb3a93c3cde023dea82.tar
guix-patches-d44fb7dd604d66cee7231bb3a93c3cde023dea82.tar.gz
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.)
Diffstat (limited to 'gnu/packages/bootstrap.scm')
-rw-r--r--gnu/packages/bootstrap.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/bootstrap.scm b/gnu/packages/bootstrap.scm
index f6faba3188..11ebd79c92 100644
--- a/gnu/packages/bootstrap.scm
+++ b/gnu/packages/bootstrap.scm
@@ -287,7 +287,8 @@ $out/bin/guile --version~%"
(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