gnu: libblockdev: Fix inputs.

Add missing inputs; make util-linux a regular input since libblockdev
retains references to it.

* gnu/packages/disk.scm (libblockdev):
[native-inputs]: Move util-linux...
[inputs]: ... here.  Add bcache-tools, e2fsprogs, gptfdisk, multipath-tools,
and ntfs-3g.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Sarah Morgensen 2024-10-07 22:12:29 +02:00 committed by Ludovic Courtès
parent 69899ca818
commit d86c049c1e
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -1207,24 +1207,29 @@ to create devices with respective mappings for the ATARAID sets discovered.")
(native-inputs
(list gobject-introspection
pkg-config
python-wrapper
util-linux))
python-wrapper))
(inputs
(append
(cons cryptsetup (libcryptsetup-propagated-inputs))
(list btrfs-progs
(list bcache-tools
btrfs-progs
dosfstools
dmraid
e2fsprogs
eudev
glib
gptfdisk
kmod
libbytesize
libyaml
lvm2
mdadm
multipath-tools
ndctl
nss
ntfs-3g
parted
util-linux
volume-key
xfsprogs)))
(home-page "https://github.com/storaged-project/libblockdev")