guix-commits
[Top][All Lists]
Advanced

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

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


From: guix-commits
Subject: 06/68: installer: newt: Use scheme-modules* instead of scheme-modules.
Date: Thu, 17 Jan 2019 08:05:09 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit ba32109a28e7c67c748838b8f5d406ccc3983e7f
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]