installer: newt: Use scheme-modules* instead of scheme-modules.
* gnu/installer/newt.scm (modules): Use scheme-modules*.master
parent
d0f3a672dc
commit
ba32109a28
|
@ -25,11 +25,9 @@
|
||||||
|
|
||||||
(define (modules)
|
(define (modules)
|
||||||
(cons '(newt)
|
(cons '(newt)
|
||||||
(map module-name
|
(scheme-modules*
|
||||||
(scheme-modules
|
(dirname (search-path %load-path "guix.scm"))
|
||||||
(dirname (search-path %load-path "guix.scm"))
|
"gnu/installer/newt")))
|
||||||
"gnu/installer/newt"
|
|
||||||
#:warn warn-about-load-error))))
|
|
||||||
|
|
||||||
(define init
|
(define init
|
||||||
#~(begin
|
#~(begin
|
||||||
|
|
Reference in New Issue