summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2020-04-15 19:39:00 +0200
committerMarius Bakke <mbakke@fastmail.com>2020-04-19 15:50:49 +0200
commit9a749af4677ef3d63cd4cd46c05045b53cb64dc1 (patch)
tree5a089727fd00f1708be446e42c5e68f0d16914d8
parent45b320d9f8e3e0780d1d47474b46edfa4a590ad7 (diff)
downloadpatches-9a749af4677ef3d63cd4cd46c05045b53cb64dc1.tar
patches-9a749af4677ef3d63cd4cd46c05045b53cb64dc1.tar.gz
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.
-rw-r--r--gnu/system/install.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/system/install.scm b/gnu/system/install.scm
index 8b3a5d5fc0..c1481d13e2 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