diff options
author | Christopher Baines <mail@cbaines.net> | 2020-04-14 20:29:46 +0100 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2020-05-03 10:37:16 +0100 |
commit | 17adb70f78b34a490b8e692f1a110cef72097685 (patch) | |
tree | 15ed0603b8a31947f9be3bff630755c494cc8f77 /gnu | |
parent | a06051e11b268bb6de8ea8b5642344e4c405ee87 (diff) | |
download | patches-17adb70f78b34a490b8e692f1a110cef72097685.tar patches-17adb70f78b34a490b8e692f1a110cef72097685.tar.gz |
gnu: spice: Add libcacard as an input to enable smartcard support.
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.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/spice.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/spice.scm b/gnu/packages/spice.scm index 0357c2ea40..c9d091c40c 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) |