gnu: virt-viewer: Enable VNC support.
authorTobias Geerinckx-Rice <me@tobias.gr>
Thu, 5 Nov 2020 02:59:58 +0000 (03:59 +0100)
committerTobias Geerinckx-Rice <me@tobias.gr>
Thu, 5 Nov 2020 03:00:13 +0000 (04:00 +0100)
* gnu/packages/spice.scm (virt-viewer)[inputs]: Add gtk-vnc.

gnu/packages/spice.scm

index 2fb587a..6de99ae 100644 (file)
@@ -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)))