summaryrefslogtreecommitdiff
path: root/gnu/packages/spice.scm
diff options
context:
space:
mode:
authorMarius Bakke <marius@gnu.org>2021-08-03 12:14:07 +0200
committerMarius Bakke <marius@gnu.org>2021-08-11 00:41:45 +0200
commit207cfa3467867bb5b21d5f632b1ae3551aa905a5 (patch)
tree067fcf209dd1cefea347ec39573592218e689197 /gnu/packages/spice.scm
parenteb0abba3877c0caeac24d0f9c71f31420dba8d6b (diff)
downloadguix-patches-207cfa3467867bb5b21d5f632b1ae3551aa905a5.tar
guix-patches-207cfa3467867bb5b21d5f632b1ae3551aa905a5.tar.gz
gnu: libcacard: Enable PC/SC support.
* gnu/packages/spice.scm (libcacard)[propagated-inputs]: Add PCSC-LITE.
Diffstat (limited to 'gnu/packages/spice.scm')
-rw-r--r--gnu/packages/spice.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/spice.scm b/gnu/packages/spice.scm
index 7fce241aca..d9daac1185 100644
--- a/gnu/packages/spice.scm
+++ b/gnu/packages/spice.scm
@@ -354,8 +354,8 @@ resolution scaling on graphical console window resize.")
"/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")