From 207cfa3467867bb5b21d5f632b1ae3551aa905a5 Mon Sep 17 00:00:00 2001 From: Marius Bakke Date: Tue, 3 Aug 2021 12:14:07 +0200 Subject: 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(-) (limited to 'gnu/packages/spice.scm') 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") -- cgit v1.2.3