gnu: virt-viewer: Enable VNC support.
* gnu/packages/spice.scm (virt-viewer)[inputs]: Add gtk-vnc.
This commit is contained in:
parent
d67721ba9d
commit
facdae042d
1 changed files with 1 additions and 0 deletions
|
@ -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)))
|
||||||
|
|
Reference in a new issue