guix-commits
[Top][All Lists]
Advanced

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

15/22: installer: Remove ad-hoc completed predicate and use standard one


From: John Darrington
Subject: 15/22: installer: Remove ad-hoc completed predicate and use standard one.
Date: Tue, 27 Dec 2016 06:02:09 +0000 (UTC)

jmd pushed a commit to branch wip-installer
in repository guix.

commit 5175bef52081fd7662e04939aaad3cdfd03bd818
Author: John Darrington <address@hidden>
Date:   Mon Dec 26 10:43:12 2016 +0100

    installer: Remove ad-hoc completed predicate and use standard one.
    
    * gnu/system/installer/new.scm (main-options)[filesystems]: Use
    filesystem-task-complete? as the completed predicate.
---
 gnu/system/installer/new.scm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/system/installer/new.scm b/gnu/system/installer/new.scm
index aed6021..67f41fb 100644
--- a/gnu/system/installer/new.scm
+++ b/gnu/system/installer/new.scm
@@ -77,7 +77,7 @@
 
     (filesystems . ,(make-task filesystem-menu-title
                         '(disk)
-                        (lambda () (not (null? mount-points)))
+                        filesystem-task-complete?
                         (lambda (page)
                           (make-filesystem-page
                            page



reply via email to

[Prev in Thread] Current Thread [Next in Thread]