From 1a9af96b188368fb636eb2df7c6771c45a5b0a66 Mon Sep 17 00:00:00 2001 From: Mathieu Othacehe Date: Sat, 18 Apr 2020 17:41:11 +0200 Subject: 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. --- gnu/installer.scm | 1 + 1 file changed, 1 insertion(+) 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)) -- cgit v1.2.3