guix-commits
[Top][All Lists]
Advanced

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

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


From: guix-commits
Subject: 02/03: gnu: bootstrap-tarballs: Use guile-3.0 bootstrap tarball.
Date: Sat, 12 Jun 2021 16:32:10 -0400 (EDT)

efraim pushed a commit to branch wip-riscv
in repository guix.

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

    gnu: bootstrap-tarballs: Use guile-3.0 bootstrap tarball.
    
    * gnu/packages/make-bootstrap.scm (%guile-3.0-bootstrap-tarball): New
    variable.
    (%bootstrap-tarballs)[inputs]: Replace guile-bootstrap-tarball with
    guile-3.0-bootstrap-tarball.
---
 gnu/packages/make-bootstrap.scm | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/make-bootstrap.scm b/gnu/packages/make-bootstrap.scm
index ff9376e..77aa532 100644
--- a/gnu/packages/make-bootstrap.scm
+++ b/gnu/packages/make-bootstrap.scm
@@ -869,6 +869,10 @@ for `sh' in $PATH, and without nscd, and with static NSS 
modules."
   ;; A tarball with the statically-linked, relocatable Guile.
   (tarball-package %guile-static-stripped))
 
+(define %guile-3.0-bootstrap-tarball
+  ;; A tarball with the statically-linked, relocatable Guile.
+  (tarball-package %guile-3.0-static-stripped))
+
 (define %mescc-tools-bootstrap-tarball
   ;; A tarball with statically-linked MesCC binary seed.
   (tarball-package %mescc-tools-static-stripped))
@@ -905,7 +909,7 @@ for `sh' in $PATH, and without nscd, and with static NSS 
modules."
                                (find-files directory "\\.tar\\."))))
                    %build-inputs)
          #t)))
-    (inputs `(("guile-tarball" ,%guile-bootstrap-tarball)
+    (inputs `(("guile-tarball" ,%guile-3.0-bootstrap-tarball)
               ,@(match (or (%current-target-system) (%current-system))
                   ((or "i686-linux" "x86_64-linux")
                    `(("bootstrap-mescc-tools" ,%mescc-tools-bootstrap-tarball)



reply via email to

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