1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-06 09:15:54 +02:00

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

* gnu/installer/newt.scm (modules): Use scheme-modules*.
This commit is contained in:
Mathieu Othacehe
2018-11-18 12:14:23 +09:00
committed by Ludovic Courtès
parent d0f3a672dc
commit ba32109a28
+3 -5
View File
@@ -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