mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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:
parent
6747d4bdb5
commit
b206309b07
1 changed files with 17 additions and 16 deletions
|
@ -1201,8 +1201,9 @@ to create devices with respective mappings for the ATARAID sets discovered.")
|
|||
python-wrapper
|
||||
util-linux))
|
||||
(inputs
|
||||
(append
|
||||
(cons cryptsetup (libcryptsetup-propagated-inputs))
|
||||
(list btrfs-progs
|
||||
cryptsetup
|
||||
dosfstools
|
||||
dmraid
|
||||
eudev
|
||||
|
@ -1216,7 +1217,7 @@ to create devices with respective mappings for the ATARAID sets discovered.")
|
|||
nss
|
||||
parted
|
||||
volume-key
|
||||
xfsprogs))
|
||||
xfsprogs)))
|
||||
(home-page "https://github.com/storaged-project/libblockdev")
|
||||
(synopsis "Library for manipulating block devices")
|
||||
(description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue