mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
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:
parent
4321dc9087
commit
1f595b69a3
1 changed files with 6 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue