mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
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.
This commit is contained in:
parent
45b320d9f8
commit
9a749af467
1 changed files with 1 additions and 1 deletions
|
@ -442,7 +442,7 @@ (define bare-bones-os
|
||||||
(list bare-bones-os
|
(list bare-bones-os
|
||||||
glibc-utf8-locales
|
glibc-utf8-locales
|
||||||
texinfo
|
texinfo
|
||||||
guile-2.2))
|
guile-3.0))
|
||||||
|
|
||||||
;; Machines without Kernel Mode Setting (those with many old and
|
;; Machines without Kernel Mode Setting (those with many old and
|
||||||
;; current AMD GPUs, SiS GPUs, ...) need uvesafb to show the GUI
|
;; current AMD GPUs, SiS GPUs, ...) need uvesafb to show the GUI
|
||||||
|
|
Loading…
Reference in a new issue