mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: qemu: Add libcacard as an input to enable smartcard support.
This fixes an error in gnome-boxes when starting virtual machines: Unable to start domain: unsupported configuration: this QEMU binary lacks smartcard passthrough mode support * gnu/packages/virtualization.scm (qemu)[inputs]: Add libcacard.
This commit is contained in:
parent
ee3d20b9de
commit
a06051e11b
1 changed files with 1 additions and 0 deletions
|
@ -223,6 +223,7 @@ (define-public qemu
|
|||
("gtk+" ,gtk+)
|
||||
("libaio" ,libaio)
|
||||
("libattr" ,attr)
|
||||
("libcacard" ,libcacard) ; smartcard support
|
||||
("libcap" ,libcap) ; virtfs support requires libcap & libattr
|
||||
("libdrm" ,libdrm)
|
||||
("libepoxy" ,libepoxy)
|
||||
|
|
Loading…
Reference in a new issue