diff options
author | Mathieu Othacehe <m.othacehe@gmail.com> | 2020-04-18 17:41:11 +0200 |
---|---|---|
committer | Mathieu Othacehe <m.othacehe@gmail.com> | 2020-04-18 17:42:02 +0200 |
commit | 1a9af96b188368fb636eb2df7c6771c45a5b0a66 (patch) | |
tree | aeba94d97fe3b0c97625144a727af23a80d346b7 /gnu | |
parent | aa78c596c9eaae946f779d8fa3c4125d08187648 (diff) | |
download | patches-1a9af96b188368fb636eb2df7c6771c45a5b0a66.tar patches-1a9af96b188368fb636eb2df7c6771c45a5b0a66.tar.gz |
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 5c04b00cf463a543b8ffc9eb55991f6b4cc145dd.
* gnu/installer.scm (installer-program): Use (gnu installer utils) module.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/installer.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/installer.scm b/gnu/installer.scm index 565707ec42..0d55e0db56 100644 --- a/gnu/installer.scm +++ b/gnu/installer.scm @@ -358,6 +358,7 @@ selected keymap." (gnu installer services) (gnu installer timezone) (gnu installer user) + (gnu installer utils) (gnu installer newt) ((gnu installer newt keymap) #:select (keyboard-layout->configuration)) |