diff options
| author | Marius Bakke <mbakke@fastmail.com> | 2020-04-15 19:39:00 +0200 |
|---|---|---|
| committer | Marius Bakke <mbakke@fastmail.com> | 2020-04-19 15:50:49 +0200 |
| commit | 9a749af4677ef3d63cd4cd46c05045b53cb64dc1 (patch) | |
| tree | 5a089727fd00f1708be446e42c5e68f0d16914d8 | |
| parent | 45b320d9f8e3e0780d1d47474b46edfa4a590ad7 (diff) | |
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.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/system/install.scm b/gnu/system/install.scm index 8b3a5d5fc0c..c1481d13e21 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 |
