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 (native-inputs
(list gobject-introspection (list gobject-introspection
pkg-config pkg-config
python-wrapper python-wrapper))
util-linux))
(inputs (inputs
(append (append
(cons cryptsetup (libcryptsetup-propagated-inputs)) (cons cryptsetup (libcryptsetup-propagated-inputs))
(list btrfs-progs (list bcache-tools
btrfs-progs
dosfstools dosfstools
dmraid dmraid
e2fsprogs
eudev eudev
glib glib
gptfdisk
kmod kmod
libbytesize libbytesize
libyaml libyaml
lvm2 lvm2
mdadm mdadm
multipath-tools
ndctl ndctl
nss nss
ntfs-3g
parted parted
util-linux
volume-key volume-key
xfsprogs))) xfsprogs)))
(home-page "https://github.com/storaged-project/libblockdev") (home-page "https://github.com/storaged-project/libblockdev")