Archived
1
0
Fork 0

gnu: virt-viewer: Enable VNC support.

* gnu/packages/spice.scm (virt-viewer)[inputs]: Add gtk-vnc.
This commit is contained in:
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

View file

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