guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 795670493a75b619e5d85acbd43f78c1eccbc3f8
Author: Alvin Hsu <[email protected]>
AuthorDate: Mon Oct 13 20:37:51 2025 -0400

    gnu: libblockdev: Patch more commands.
    
    * gnu/packages/disk.scm (libblockdev):
    [arguments]<#:phases>{patch-paths}: Patch mkswap and swaplabel commands.
    
    Change-Id: I8da2feccc4dd02d198ccee05f8ea8551c3165e28
    Signed-off-by: Maxim Cournoyer <[email protected]>
    Reviewed-by: Liliana Marie Prikler <[email protected]>
    Reviewed-by: NoĆ© Lopez <[email protected]>
---
 gnu/packages/disk.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/disk.scm b/gnu/packages/disk.scm
index 269a706370..9504cf548e 100644
--- a/gnu/packages/disk.scm
+++ b/gnu/packages/disk.scm
@@ -1412,7 +1412,9 @@ to create devices with respective mappings for the 
ATARAID sets discovered.")
                                 "vfat-resize" "fatlabel"))
                 (patch-helpers "src/plugins/fs/xfs.c"
                                ("mkfs.xfs" "xfs_db" "xfs_repair" "xfs_admin"
-                                "xfs_growfs"))))))))
+                                "xfs_growfs"))
+                (patch-helpers "src/plugins/swap.c"
+                               ("mkswap" "swaplabel"))))))))
     (native-inputs
      (list gobject-introspection
            pkg-config

Reply via email to