summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-11-05 03:59:58 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2020-11-05 04:00:13 +0100
commitfacdae042d034057a3255fc01336fa8a23491682 (patch)
tree91c5a7a6862c9074bbe9158e8a0b7806671c9055
parentd67721ba9d817ee070e9a51ae5af292b33b2b48e (diff)
gnu: virt-viewer: Enable VNC support.
* gnu/packages/spice.scm (virt-viewer)[inputs]: Add gtk-vnc.
-rw-r--r--gnu/packages/spice.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/spice.scm b/gnu/packages/spice.scm
index 2fb587aa7a..6de99aec86 100644
--- a/gnu/packages/spice.scm
+++ b/gnu/packages/spice.scm
@@ -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)))