guix_mirror_bot pushed a commit to branch guile-team
in repository guix.
commit e45e926fa54f2652c24d9cda899ce34eee8953ca
Author: Mathieu Lirzin <[email protected]>
AuthorDate: Wed Feb 4 12:02:33 2026 +0100
gnu: Remove boot-guile-uri.
* gnu/packages/package-management.scm (boot-guile-uri): Remove unused
variable.
Change-Id: Idc28ee3d8cfa7e01b89c99c8ec16e0cca891bd2e
Signed-off-by: Ludovic Courtès <[email protected]>
Merges: #6123
---
gnu/packages/package-management.scm | 14 --------------
1 file changed, 14 deletions(-)
diff --git a/gnu/packages/package-management.scm
b/gnu/packages/package-management.scm
index 1581c5ccd5..9970775eaa 100644
--- a/gnu/packages/package-management.scm
+++ b/gnu/packages/package-management.scm
@@ -169,20 +169,6 @@
#:use-module (ice-9 match)
#:use-module (srfi srfi-1))
-(define (boot-guile-uri arch)
- "Return the URI for the bootstrap Guile tarball for ARCH."
- (cond ((string=? "armhf" arch)
- (string-append "http://alpha.gnu.org/gnu/guix/bootstrap/"
- arch "-linux"
- "/20150101/guile-2.0.11.tar.xz"))
- ((string=? "aarch64" arch)
- (string-append "http://alpha.gnu.org/gnu/guix/bootstrap/"
- arch "-linux/20170217/guile-2.0.14.tar.xz"))
- (else
- (string-append "http://alpha.gnu.org/gnu/guix/bootstrap/"
- arch "-linux"
- "/20131110/guile-2.0.9.tar.xz"))))
-
;; NOTE: The commit IDs used here form a linked list threaded through the git
;; history. In a phenomenon known as boot-stripping, not only the head of this
;; list is used, but also a few older versions, when a guix from this package
is