mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
69899ca818
commit
d86c049c1e
1 changed files with 8 additions and 3 deletions
|
@ -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")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue