mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-14 11:00:36 +02:00
installer: Use latest Guile.
Since the installer is loading Guix modules built with Guile 3.0.4, the
installer script must be run by the same Guile version to avoid a bytecode
incompatibility.
This is a follow-up of a2991de0f4
.
* gnu/installer.scm (installer-program): Use guile3.0-latest for the
installation script.
This commit is contained in:
parent
641631c1a2
commit
3f44034e8f
1 changed files with 2 additions and 1 deletions
|
@ -440,5 +440,6 @@ selected keymap."
|
||||||
;; some reason, unicode support is not correctly installed
|
;; some reason, unicode support is not correctly installed
|
||||||
;; when calling this in 'installer-builder'.
|
;; when calling this in 'installer-builder'.
|
||||||
(setenv "LANG" "en_US.UTF-8")
|
(setenv "LANG" "en_US.UTF-8")
|
||||||
(execl #$(program-file "installer-real" installer-builder)
|
(execl #$(program-file "installer-real" installer-builder
|
||||||
|
#:guile guile-3.0-latest)
|
||||||
"installer-real"))))
|
"installer-real"))))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue