mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 22:16:32 +01:00
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 @@ (define-public virt-viewer
|
|||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
`(("gtk+" ,gtk+)
|
||||
("gtk-vnc" ,gtk-vnc)
|
||||
("libcap" ,libcap)
|
||||
("libxml2" ,libxml2)
|
||||
("spice-gtk" ,spice-gtk)))
|
||||
|
|
Loading…
Reference in a new issue