me
/
guix
Archived
1
0
Fork 0

gnu: virt-viewer: Enable VNC support.

* gnu/packages/spice.scm (virt-viewer)[inputs]: Add gtk-vnc.
master
Tobias Geerinckx-Rice 2020-11-05 03:59:58 +01:00
parent d67721ba9d
commit facdae042d
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 0 deletions

View File

@ -369,6 +369,7 @@ share smart cards from client system to local or remote virtual machines.")
(build-system gnu-build-system)
(inputs
`(("gtk+" ,gtk+)
("gtk-vnc" ,gtk-vnc)
("libcap" ,libcap)
("libxml2" ,libxml2)
("spice-gtk" ,spice-gtk)))