diff options
| author | Josselin Poiret <dev@jpoiret.xyz> | 2024-01-16 18:37:53 +0100 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2024-08-31 10:44:50 +0200 |
| commit | 88874db03e6f138ff73df31222d51a6893c62c1f (patch) | |
| tree | bdcc4e9eb322777d1c00420d66b81afe2825d1fe /gnu/packages/cryptsetup.scm | |
| parent | ba2118da0431c0ba49ff3a8993664f3d2b5e70ff (diff) | |
gnu: Add libcryptsetup-propagated-inputs.
* gnu/packages/cryptsetup.scm (libcryptsetup-propagated-inputs): Record needed
inputs for libcryptsetup.
Change-Id: Ia630f2d5f180536d997af93e57aa547379b2c010
Diffstat (limited to 'gnu/packages/cryptsetup.scm')
| -rw-r--r-- | gnu/packages/cryptsetup.scm | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gnu/packages/cryptsetup.scm b/gnu/packages/cryptsetup.scm index 3cb669206ab..8e2bdb6d9e4 100644 --- a/gnu/packages/cryptsetup.scm +++ b/gnu/packages/cryptsetup.scm | |||
| @@ -91,6 +91,13 @@ block integrity kernel modules.") | |||
| 91 | (license license:gpl2) | 91 | (license license:gpl2) |
| 92 | (home-page "https://gitlab.com/cryptsetup/cryptsetup"))) | 92 | (home-page "https://gitlab.com/cryptsetup/cryptsetup"))) |
| 93 | 93 | ||
| 94 | (define-public (libcryptsetup-propagated-inputs) | ||
| 95 | (list argon2 | ||
| 96 | json-c | ||
| 97 | libgcrypt | ||
| 98 | lvm2 | ||
| 99 | `(,util-linux "lib"))) | ||
| 100 | |||
| 94 | (define (static-library library) | 101 | (define (static-library library) |
| 95 | "Return a variant of package LIBRARY that provides static libraries ('.a' | 102 | "Return a variant of package LIBRARY that provides static libraries ('.a' |
| 96 | files). This assumes LIBRARY uses Libtool." | 103 | files). This assumes LIBRARY uses Libtool." |
