guix-commits
[Top][All Lists]
Advanced

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

01/02: installer: Add GC root for Guile 3.0.


From: guix-commits
Subject: 01/02: installer: Add GC root for Guile 3.0.
Date: Sun, 19 Apr 2020 09:56:46 -0400 (EDT)

mbakke pushed a commit to branch core-updates
in repository guix.

commit 9a749af4677ef3d63cd4cd46c05045b53cb64dc1
Author: Marius Bakke <address@hidden>
AuthorDate: Wed Apr 15 19:39:00 2020 +0200

    installer: Add GC root for Guile 3.0.
    
    * gnu/system/install.scm (%installation-services)[gc-root-service-type]: Add
    GC root for GUILE-3.0 instead of GUILE-2.2.
---
 gnu/system/install.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/system/install.scm b/gnu/system/install.scm
index 8b3a5d5..c1481d1 100644
--- a/gnu/system/install.scm
+++ b/gnu/system/install.scm
@@ -442,7 +442,7 @@ Access documentation at any time by pressing Alt-F2.\x1b[0m
                    (list bare-bones-os
                          glibc-utf8-locales
                          texinfo
-                         guile-2.2))
+                         guile-3.0))
 
           ;; Machines without Kernel Mode Setting (those with many old and
           ;; current AMD GPUs, SiS GPUs, ...) need uvesafb to show the GUI



reply via email to

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