me
/
guix
Archived
1
0
Fork 0

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

* gnu/installer/newt.scm (modules): Use scheme-modules*.
master
Mathieu Othacehe 2018-11-18 12:14:23 +09:00 committed by Ludovic Courtès
parent d0f3a672dc
commit ba32109a28
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 3 additions and 5 deletions

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