guix-commits
[Top][All Lists]
Advanced

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

32/197: installer: Remove ad-hoc completed predicate and use standard on


From: Danny Milosavljevic
Subject: 32/197: installer: Remove ad-hoc completed predicate and use standard one.
Date: Mon, 3 Jul 2017 20:36:55 -0400 (EDT)

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

commit f664cddec4dee1d13d6d7ac2551b0c45b757b99e
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]