gnu: libcacard: Enable PC/SC support.

* gnu/packages/spice.scm (libcacard)[propagated-inputs]: Add PCSC-LITE.
This commit is contained in:
Marius Bakke 2021-08-03 12:14:07 +02:00
parent eb0abba387
commit 207cfa3467
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -354,8 +354,8 @@ (define-public libcacard
"/lib/softhsm/libsofthsm2.so"))))))))
(propagated-inputs
`(("glib" ,glib) ; Requires: in the pkg-config file
("nss" ,nss))) ; Requires.private: in the pkg-config
; file
("nss" ,nss) ; Requires.private: in the pkg-config
("pcsc-lite" ,pcsc-lite))) ; file
(native-inputs
`(("openssl" ,openssl)
("nss" ,nss "bin")