nckx pushed a commit to branch master
in repository guix.

commit d59442f24e7cadff67de4f8d646e5cae5cb5445a
Author: Tobias Geerinckx-Rice <[email protected]>
AuthorDate: Sun Aug 14 02:00:00 2022 +0200

    installer: parted: Don't export WITH-DELAY-DEVICE-IN-USE?.
    
    * gnu/installer/parted.scm: Remove WITH-DELAY-DEVICE-IN-USE? from the
    module's export list.
---
 gnu/installer/parted.scm | 1 -
 1 file changed, 1 deletion(-)

diff --git a/gnu/installer/parted.scm b/gnu/installer/parted.scm
index d942a2f49b..641a1f45e8 100644
--- a/gnu/installer/parted.scm
+++ b/gnu/installer/parted.scm
@@ -80,7 +80,6 @@
             efi-installation?
             default-esp-mount-point
 
-            with-delay-device-in-use?
             force-device-sync
             eligible-devices
             partition-user-type

Reply via email to