[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/03: gnu: libcacard: Enable PC/SC support.
From: |
guix-commits |
Subject: |
01/03: gnu: libcacard: Enable PC/SC support. |
Date: |
Tue, 10 Aug 2021 18:42:09 -0400 (EDT) |
mbakke pushed a commit to branch master
in repository guix.
commit 207cfa3467867bb5b21d5f632b1ae3551aa905a5
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Tue Aug 3 12:14:07 2021 +0200
gnu: libcacard: Enable PC/SC support.
* gnu/packages/spice.scm (libcacard)[propagated-inputs]: Add PCSC-LITE.
---
gnu/packages/spice.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/spice.scm b/gnu/packages/spice.scm
index 7fce241..d9daac1 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")