diff options
| author | Alvin Hsu <aurtzy@gmail.com> | 2025-10-13 20:37:51 -0400 |
|---|---|---|
| committer | Maxim Cournoyer <maxim@guixotic.coop> | 2025-10-15 07:14:37 +0900 |
| commit | 795670493a75b619e5d85acbd43f78c1eccbc3f8 (patch) | |
| tree | aff74e138d2d662d7da063242620b4aee7baa0c3 /gnu/packages/disk.scm | |
| parent | f869bedc9df7741829393f183c548ca5fc7c85bb (diff) | |
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 <maxim@guixotic.coop>
Reviewed-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
Reviewed-by: NoƩ Lopez <noelopez@free.fr>
Diffstat (limited to 'gnu/packages/disk.scm')
| -rw-r--r-- | gnu/packages/disk.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/packages/disk.scm b/gnu/packages/disk.scm index 269a7063701..9504cf548e8 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.") | |||
| 1412 | "vfat-resize" "fatlabel")) | 1412 | "vfat-resize" "fatlabel")) |
| 1413 | (patch-helpers "src/plugins/fs/xfs.c" | 1413 | (patch-helpers "src/plugins/fs/xfs.c" |
| 1414 | ("mkfs.xfs" "xfs_db" "xfs_repair" "xfs_admin" | 1414 | ("mkfs.xfs" "xfs_db" "xfs_repair" "xfs_admin" |
| 1415 | "xfs_growfs")))))))) | 1415 | "xfs_growfs")) |
| 1416 | (patch-helpers "src/plugins/swap.c" | ||
| 1417 | ("mkswap" "swaplabel")))))))) | ||
| 1416 | (native-inputs | 1418 | (native-inputs |
| 1417 | (list gobject-introspection | 1419 | (list gobject-introspection |
| 1418 | pkg-config | 1420 | pkg-config |
