mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
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>
This commit is contained in:
parent
f869bedc9d
commit
795670493a
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue