guix-commits
[Top][All Lists]
Advanced

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

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


From: guix-commits
Subject: 05/67: installer: newt: Use scheme-modules* instead of scheme-modules.
Date: Wed, 16 Jan 2019 19:00:35 -0500 (EST)

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

commit 2cfbfc260a201c4d6f1a3119a786b920e24c04b4
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]