gnu: libblockdev: Add libcryptsetup propagated inputs.

* gnu/packages/disk.scm (libblockdev): Add propagated inputs from libcryptsetup.

Change-Id: I4e1a6330f093d7829b1cd97921d078c524f5f9fc
This commit is contained in:
Josselin Poiret 2024-01-16 21:07:33 +01:00 committed by Ludovic Courtès
parent 6747d4bdb5
commit b206309b07
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -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