guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: installer: newt: Use scheme-modules* instead of scheme-modules.


From: Mathieu Othacehe
Subject: 01/01: installer: newt: Use scheme-modules* instead of scheme-modules.
Date: Sat, 17 Nov 2018 22:15:54 -0500 (EST)

mothacehe pushed a commit to branch wip-newt-installer
in repository guix.

commit 0c4dcc18776f65886b0940a6e8af98744478b1af
Author: Mathieu Othacehe <address@hidden>
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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]