gnu: softhsm: Install p11-kit module.

* gnu/packages/security-token.scm (softhsm)
[configure-flags]: Use --with-p11-kit flag.

Change-Id: I4dc02ca3ab263c8a6580d8c14a817875fd7ebd0d
This commit is contained in:
Maxim Cournoyer 2025-02-09 14:52:42 +09:00 committed by Liliana Marie Prikler
parent 4321dc9087
commit 1f595b69a3
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -241,12 +241,12 @@ the low-level development kit for the Yubico YubiKey authentication device.")
(patches (search-patches "softhsm-fix-openssl3-tests.patch"))))
(build-system gnu-build-system)
(arguments
'(#:configure-flags '("--disable-gost"))) ; TODO Missing the OpenSSL
; engine for GOST
(inputs
(list openssl))
(native-inputs
(list pkg-config cppunit))
(list #:configure-flags
#~(list "--disable-gost" ;TODO Missing the OpenSSL engine for GOST
(string-append "--with-p11-kit="
#$output "/share/p11-kit/modules"))))
(inputs (list openssl))
(native-inputs (list pkg-config cppunit))
(synopsis "Software implementation of a generic cryptographic device")
(description
"SoftHSM 2 is a software implementation of a generic cryptographic device