me
/
guix
Archived
1
0
Fork 0

gnu: libcacard: Fix building.

* gnu/packages/spice.scm (libcacard)[arguments]: Remove field.
[native-inputs]: Remove softhsm.
Efraim Flashner 2021-08-10 11:55:51 +03:00
parent b58cb688d4
commit 9987cb9f40
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 0 additions and 10 deletions

View File

@ -349,15 +349,6 @@ resolution scaling on graphical console window resize.")
(base32 (base32
"0azj3rqr2smg0lai24xrn3zr628xmjfrzcggay877zrr64ybj1c0")))) "0azj3rqr2smg0lai24xrn3zr628xmjfrzcggay877zrr64ybj1c0"))))
(build-system meson-build-system) (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 (propagated-inputs
`(("glib" ,glib) ; Requires: in the pkg-config file `(("glib" ,glib) ; Requires: in the pkg-config file
("nss" ,nss))) ; Requires.private: in the pkg-config ("nss" ,nss))) ; Requires.private: in the pkg-config
@ -366,7 +357,6 @@ resolution scaling on graphical console window resize.")
`(("openssl" ,openssl) `(("openssl" ,openssl)
("nss" ,nss "bin") ("nss" ,nss "bin")
("opensc" ,opensc) ("opensc" ,opensc)
("softhsm" ,softhsm)
("gnutls" ,gnutls) ("gnutls" ,gnutls)
("pkg-config" ,pkg-config) ("pkg-config" ,pkg-config)
("which" ,which))) ("which" ,which)))