mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
installer: Fix backtrace display.
The 'syslog' macro cannot be resolved in the pre-unwind-handler
context. Failed to resolve 'syslog' in this context resulted in the swallowing
of all installation errors.
Fixes 5c04b00cf4
.
* gnu/installer.scm (installer-program): Use (gnu installer utils) module.
This commit is contained in:
parent
aa78c596c9
commit
1a9af96b18
1 changed files with 1 additions and 0 deletions
|
@ -358,6 +358,7 @@ selected keymap."
|
||||||
(gnu installer services)
|
(gnu installer services)
|
||||||
(gnu installer timezone)
|
(gnu installer timezone)
|
||||||
(gnu installer user)
|
(gnu installer user)
|
||||||
|
(gnu installer utils)
|
||||||
(gnu installer newt)
|
(gnu installer newt)
|
||||||
((gnu installer newt keymap)
|
((gnu installer newt keymap)
|
||||||
#:select (keyboard-layout->configuration))
|
#:select (keyboard-layout->configuration))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue