mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: libblockdev: Add libcryptsetup propagated inputs.
* gnu/packages/disk.scm (libblockdev): Add propagated inputs from libcryptsetup. Change-Id: I4e1a6330f093d7829b1cd97921d078c524f5f9fc
This commit is contained in:
committed by
Ludovic Courtès
parent
6747d4bdb5
commit
b206309b07
@@ -1201,22 +1201,23 @@ to create devices with respective mappings for the ATARAID sets discovered.")
|
||||
python-wrapper
|
||||
util-linux))
|
||||
(inputs
|
||||
(list btrfs-progs
|
||||
cryptsetup
|
||||
dosfstools
|
||||
dmraid
|
||||
eudev
|
||||
glib
|
||||
kmod
|
||||
libbytesize
|
||||
libyaml
|
||||
lvm2
|
||||
mdadm
|
||||
ndctl
|
||||
nss
|
||||
parted
|
||||
volume-key
|
||||
xfsprogs))
|
||||
(append
|
||||
(cons cryptsetup (libcryptsetup-propagated-inputs))
|
||||
(list btrfs-progs
|
||||
dosfstools
|
||||
dmraid
|
||||
eudev
|
||||
glib
|
||||
kmod
|
||||
libbytesize
|
||||
libyaml
|
||||
lvm2
|
||||
mdadm
|
||||
ndctl
|
||||
nss
|
||||
parted
|
||||
volume-key
|
||||
xfsprogs)))
|
||||
(home-page "https://github.com/storaged-project/libblockdev")
|
||||
(synopsis "Library for manipulating block devices")
|
||||
(description
|
||||
|
||||
Reference in New Issue
Block a user