installer: newt: Use scheme-modules* instead of scheme-modules.
* gnu/installer/newt.scm (modules): Use scheme-modules*.
This commit is contained in:
parent
d0f3a672dc
commit
ba32109a28
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user