guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/03: gnu: make-bootstrap: Use guile-3.0 bootstrap tarball.


From: guix-commits
Subject: 02/03: gnu: make-bootstrap: Use guile-3.0 bootstrap tarball.
Date: Thu, 8 Jul 2021 02:44:54 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit e48cff0965207c1abe2d6a71bd1277d8cc46e7c7
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sat Jun 12 23:21:02 2021 +0300

    gnu: make-bootstrap: Use guile-3.0 bootstrap tarball.
    
    * gnu/packages/make-bootstrap.scm (%guile-bootstrap-tarball): Use
    guile-3.0.
    (%guile-static-stripped): Remove variable.
---
 gnu/packages/make-bootstrap.scm | 10 +++-------
 1 file changed, 3 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/make-bootstrap.scm b/gnu/packages/make-bootstrap.scm
index ff9376e..d66acc2 100644
--- a/gnu/packages/make-bootstrap.scm
+++ b/gnu/packages/make-bootstrap.scm
@@ -55,7 +55,6 @@
             %mes-bootstrap-tarball
             %bootstrap-tarballs
 
-            %guile-static-stripped
             %guile-3.0-static-stripped))
 
 ;;; Commentary:
@@ -799,12 +798,9 @@ for `sh' in $PATH, and without nscd, and with static NSS 
modules."
     (outputs '("out"))
     (synopsis "Minimal statically-linked and relocatable Guile")))
 
-(define %guile-static-stripped
-  ;; A stripped static Guile binary, for use during bootstrap.
-  (make-guile-static-stripped %guile-static))
-
 (define %guile-3.0-static-stripped
-  ;; A stripped static Guile 3.0 binary, for use in initrds.
+  ;; A stripped static Guile 3.0 binary, for use in initrds
+  ;; and during bootstrap.
   (make-guile-static-stripped
    (make-guile-static guile-3.0
                       '("guile-2.2-default-utf8.patch"
@@ -867,7 +863,7 @@ for `sh' in $PATH, and without nscd, and with static NSS 
modules."
 
 (define %guile-bootstrap-tarball
   ;; A tarball with the statically-linked, relocatable Guile.
-  (tarball-package %guile-static-stripped))
+  (tarball-package %guile-3.0-static-stripped))
 
 (define %mescc-tools-bootstrap-tarball
   ;; A tarball with statically-linked MesCC binary seed.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]