mothacehe pushed a commit to branch wip-newt-installer
in repository guix.
commit 0c4dcc18776f65886b0940a6e8af98744478b1af
Author: Mathieu Othacehe <[email protected]>
Date: Sun Nov 18 12:14:23 2018 +0900
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(-)
diff --git a/gnu/installer/newt.scm b/gnu/installer/newt.scm
index abf7529..3d9fd69 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