diff options
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/installer/newt.scm | 8 |
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 |