GNU bug report logs - #40908
[PATCH core-updates 0/5] Use Guile 3.0 in the initrd

Previous Next

Package: guix-patches;

Reported by: Marius Bakke <mbakke <at> fastmail.com>

Date: Mon, 27 Apr 2020 18:21:01 UTC

Severity: normal

Tags: patch

Done: Marius Bakke <mbakke <at> fastmail.com>

Bug is archived. No further changes may be made.

Full log


Message #11 received at 40908 <at> debbugs.gnu.org (full text, mbox):

From: Marius Bakke <mbakke <at> fastmail.com>
To: 40908 <at> debbugs.gnu.org
Subject: [PATCH core-updates 3/5] gnu: make-bootstrap: Export
 MAKE-GUILE-STATIC and MAKE-GUILE-STATIC-STRIPPED.
Date: Mon, 27 Apr 2020 20:22:20 +0200
* gnu/packages/make-bootstrap.scm (make-guile-static,
make-guile-static-stripped): Export.
---
 gnu/packages/make-bootstrap.scm | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/make-bootstrap.scm b/gnu/packages/make-bootstrap.scm
index d336818299..443e778824 100644
--- a/gnu/packages/make-bootstrap.scm
+++ b/gnu/packages/make-bootstrap.scm
@@ -45,7 +45,10 @@
   #:use-module (gnu packages multiprecision)
   #:use-module (ice-9 match)
   #:use-module (srfi srfi-1)
-  #:export (%bootstrap-binaries-tarball
+  #:export (make-guile-static
+            make-guile-static-stripped
+
+            %bootstrap-binaries-tarball
             %linux-libre-headers-bootstrap-tarball
             %binutils-bootstrap-tarball
             %glibc-bootstrap-tarball
-- 
2.26.2





This bug report was last modified 5 years and 80 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.