[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#40631] [PATCH 4/4] gnu: spice: Add libcacard as an input to enable
From: |
Christopher Baines |
Subject: |
[bug#40631] [PATCH 4/4] gnu: spice: Add libcacard as an input to enable smartcard support. |
Date: |
Tue, 14 Apr 2020 20:44:20 +0100 |
This is to fix an issue with gnome-boxes when trying to start a virtual
machine:
unsupported type name: smartcard
* gnu/packages/spice.scm (spice)[inputs]: Add libcacard.
---
gnu/packages/spice.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/spice.scm b/gnu/packages/spice.scm
index 7d3525def6..2115dd3d0b 100644
--- a/gnu/packages/spice.scm
+++ b/gnu/packages/spice.scm
@@ -212,6 +212,7 @@ which allows users to view a desktop computing
environment.")
`(("cyrus-sasl" ,cyrus-sasl)
("glib" ,glib)
("libjpeg-turbo" ,libjpeg-turbo)
+ ("libcacard" ,libcacard) ; smartcard support
("lz4" ,lz4)
("opus" ,opus)
("orc" ,orc)
--
2.26.0