From 795670493a75b619e5d85acbd43f78c1eccbc3f8 Mon Sep 17 00:00:00 2001 From: Alvin Hsu Date: Mon, 13 Oct 2025 20:37:51 -0400 Subject: [PATCH] gnu: libblockdev: Patch more commands. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/disk.scm (libblockdev): [arguments]<#:phases>{patch-paths}: Patch mkswap and swaplabel commands. Change-Id: I8da2feccc4dd02d198ccee05f8ea8551c3165e28 Signed-off-by: Maxim Cournoyer Reviewed-by: Liliana Marie Prikler Reviewed-by: NoƩ Lopez --- 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 269a706370173561a03ee5604c407be294b1784f..9504cf548e83683437665e7bb10fb124bb0522f1 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