me
/
guix
Archived
1
0
Fork 0

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.
master
Christopher Baines 2020-04-14 20:29:41 +01:00
parent ee3d20b9de
commit a06051e11b
No known key found for this signature in database
GPG Key ID: 5E28A33B0B84F577
1 changed files with 1 additions and 0 deletions

View File

@ -223,6 +223,7 @@ exec smbd $@")))
("gtk+" ,gtk+) ("gtk+" ,gtk+)
("libaio" ,libaio) ("libaio" ,libaio)
("libattr" ,attr) ("libattr" ,attr)
("libcacard" ,libcacard) ; smartcard support
("libcap" ,libcap) ; virtfs support requires libcap & libattr ("libcap" ,libcap) ; virtfs support requires libcap & libattr
("libdrm" ,libdrm) ("libdrm" ,libdrm)
("libepoxy" ,libepoxy) ("libepoxy" ,libepoxy)