diff options
author | Marius Bakke <marius@gnu.org> | 2021-08-03 12:14:07 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2021-08-11 00:41:45 +0200 |
commit | 207cfa3467867bb5b21d5f632b1ae3551aa905a5 (patch) | |
tree | 067fcf209dd1cefea347ec39573592218e689197 | |
parent | eb0abba3877c0caeac24d0f9c71f31420dba8d6b (diff) |
gnu: libcacard: Enable PC/SC support.
* gnu/packages/spice.scm (libcacard)[propagated-inputs]: Add PCSC-LITE.
-rw-r--r-- | gnu/packages/spice.scm | 4 |
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") |