diff options
| -rw-r--r-- | gnu/packages/cryptsetup.scm | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/gnu/packages/cryptsetup.scm b/gnu/packages/cryptsetup.scm index d8a6437259a..3bdc68ae5a6 100644 --- a/gnu/packages/cryptsetup.scm +++ b/gnu/packages/cryptsetup.scm | |||
| @@ -53,7 +53,11 @@ | |||
| 53 | ;; The default is OpenSSL which provides better PBKDF performance. | 53 | ;; The default is OpenSSL which provides better PBKDF performance. |
| 54 | "--with-crypto_backend=gcrypt" | 54 | "--with-crypto_backend=gcrypt" |
| 55 | ;; GRUB 2.06 supports LUKS2, but does it reliably support all set-ups…? | 55 | ;; GRUB 2.06 supports LUKS2, but does it reliably support all set-ups…? |
| 56 | "--with-default-luks-format=LUKS1"))) | 56 | "--with-default-luks-format=LUKS1" |
| 57 | ;; libgcrypt is not found otherwise when cross-compiling. | ||
| 58 | ;; <https://issues.guix.gnu.org/63864> | ||
| 59 | (string-append "--with-libgcrypt-prefix=" | ||
| 60 | (assoc-ref %build-inputs "libgcrypt"))))) | ||
| 57 | (native-inputs | 61 | (native-inputs |
| 58 | (list pkg-config)) | 62 | (list pkg-config)) |
| 59 | (inputs | 63 | (inputs |
