gnu: libcacard: Fix building.
* gnu/packages/spice.scm (libcacard)[arguments]: Remove field. [native-inputs]: Remove softhsm.
This commit is contained in:
parent
b58cb688d4
commit
9987cb9f40
1 changed files with 0 additions and 10 deletions
|
@ -349,15 +349,6 @@ (define-public libcacard
|
|||
(base32
|
||||
"0azj3rqr2smg0lai24xrn3zr628xmjfrzcggay877zrr64ybj1c0"))))
|
||||
(build-system meson-build-system)
|
||||
(arguments
|
||||
'(#:phases
|
||||
(modify-phases %standard-phases
|
||||
(add-after 'unpack 'patch-tests
|
||||
(lambda* (#:key inputs #:allow-other-keys)
|
||||
(substitute* "tests/setup-softhsm2.sh"
|
||||
(("\\/usr\\/lib64\\/pkcs11\\/libsofthsm2\\.so")
|
||||
(search-input-file inputs
|
||||
"/lib/softhsm/libsofthsm2.so"))))))))
|
||||
(propagated-inputs
|
||||
`(("glib" ,glib) ; Requires: in the pkg-config file
|
||||
("nss" ,nss))) ; Requires.private: in the pkg-config
|
||||
|
@ -366,7 +357,6 @@ (define-public libcacard
|
|||
`(("openssl" ,openssl)
|
||||
("nss" ,nss "bin")
|
||||
("opensc" ,opensc)
|
||||
("softhsm" ,softhsm)
|
||||
("gnutls" ,gnutls)
|
||||
("pkg-config" ,pkg-config)
|
||||
("which" ,which)))
|
||||
|
|
Loading…
Reference in a new issue