mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add libcryptsetup-propagated-inputs.
* gnu/packages/cryptsetup.scm (libcryptsetup-propagated-inputs): Record needed inputs for libcryptsetup. Change-Id: Ia630f2d5f180536d997af93e57aa547379b2c010
This commit is contained in:
parent
ba2118da04
commit
88874db03e
1 changed files with 7 additions and 0 deletions
|
@ -91,6 +91,13 @@ block integrity kernel modules.")
|
||||||
(license license:gpl2)
|
(license license:gpl2)
|
||||||
(home-page "https://gitlab.com/cryptsetup/cryptsetup")))
|
(home-page "https://gitlab.com/cryptsetup/cryptsetup")))
|
||||||
|
|
||||||
|
(define-public (libcryptsetup-propagated-inputs)
|
||||||
|
(list argon2
|
||||||
|
json-c
|
||||||
|
libgcrypt
|
||||||
|
lvm2
|
||||||
|
`(,util-linux "lib")))
|
||||||
|
|
||||||
(define (static-library library)
|
(define (static-library library)
|
||||||
"Return a variant of package LIBRARY that provides static libraries ('.a'
|
"Return a variant of package LIBRARY that provides static libraries ('.a'
|
||||||
files). This assumes LIBRARY uses Libtool."
|
files). This assumes LIBRARY uses Libtool."
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue