mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 23:06:59 +01:00
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.
This commit is contained in:
parent
a06051e11b
commit
17adb70f78
1 changed files with 1 additions and 0 deletions
|
@ -212,6 +212,7 @@ (define-public spice
|
|||
`(("cyrus-sasl" ,cyrus-sasl)
|
||||
("glib" ,glib)
|
||||
("libjpeg-turbo" ,libjpeg-turbo)
|
||||
("libcacard" ,libcacard) ; smartcard support
|
||||
("lz4" ,lz4)
|
||||
("opus" ,opus)
|
||||
("orc" ,orc)
|
||||
|
|
Loading…
Reference in a new issue