summary refs log tree commit diff
path: root/gnu/installer
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/installer')
-rw-r--r--gnu/installer/newt.scm8
1 files changed, 3 insertions, 5 deletions
diff --git a/gnu/installer/newt.scm b/gnu/installer/newt.scm
index abf752959b..3d9fd69bee 100644
--- a/gnu/installer/newt.scm
+++ b/gnu/installer/newt.scm
@@ -25,11 +25,9 @@
 
 (define (modules)
   (cons '(newt)
-        (map module-name
-             (scheme-modules
-              (dirname (search-path %load-path "guix.scm"))
-              "gnu/installer/newt"
-              #:warn warn-about-load-error))))
+        (scheme-modules*
+         (dirname (search-path %load-path "guix.scm"))
+         "gnu/installer/newt")))
 
 (define init
   #~(begin