diff options
author | Ludovic Courtès <ludo@gnu.org> | 2019-08-22 11:47:54 +0200 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2019-08-27 12:40:50 -0400 |
commit | f32c3d4d068c22b57d8759fb427be7a18a77f78f (patch) | |
tree | 5426a011ee11e082ccc85b283ca8ea232c263dc4 /gnu/packages/bootstrap.scm | |
parent | 893c2df00daa4e6dd6a7ff3813d7df5329877f9e (diff) | |
download | guix-f32c3d4d068c22b57d8759fb427be7a18a77f78f.tar.gz |
gnu: bootstrap: Add ftp.gnu.org to '%bootstrap-base-urls'.
* gnu/packages/bootstrap.scm (%bootstrap-base-urls): Add ftp.gnu.org/gnu/guix/bootstrap.
Diffstat (limited to 'gnu/packages/bootstrap.scm')
-rw-r--r-- | gnu/packages/bootstrap.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/packages/bootstrap.scm b/gnu/packages/bootstrap.scm index 6cd3e13567..3b47847e33 100644 --- a/gnu/packages/bootstrap.scm +++ b/gnu/packages/bootstrap.scm @@ -290,7 +290,9 @@ or false to signal an error." (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" |