From ba32109a28e7c67c748838b8f5d406ccc3983e7f Mon Sep 17 00:00:00 2001 From: Mathieu Othacehe Date: Sun, 18 Nov 2018 12:14:23 +0900 Subject: installer: newt: Use scheme-modules* instead of scheme-modules. * gnu/installer/newt.scm (modules): Use scheme-modules*. --- gnu/installer/newt.scm | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'gnu/installer') 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 -- cgit v1.2.3