diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-11-05 03:59:58 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-11-05 04:00:13 +0100 |
commit | facdae042d034057a3255fc01336fa8a23491682 (patch) | |
tree | 91c5a7a6862c9074bbe9158e8a0b7806671c9055 /gnu | |
parent | d67721ba9d817ee070e9a51ae5af292b33b2b48e (diff) |
gnu: virt-viewer: Enable VNC support.
* gnu/packages/spice.scm (virt-viewer)[inputs]: Add gtk-vnc.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/spice.scm | 1 |
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))) |