[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
19/19: gnu: virt-viewer: Enable VNC support.
From: |
guix-commits |
Subject: |
19/19: gnu: virt-viewer: Enable VNC support. |
Date: |
Wed, 4 Nov 2020 22:00:42 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit facdae042d034057a3255fc01336fa8a23491682
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Thu Nov 5 03:59:58 2020 +0100
gnu: virt-viewer: Enable VNC support.
* gnu/packages/spice.scm (virt-viewer)[inputs]: Add gtk-vnc.
---
gnu/packages/spice.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/spice.scm b/gnu/packages/spice.scm
index 2fb587a..6de99ae 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)))
- 10/19: gnu: oil: Update to 0.8.3., (continued)
- 10/19: gnu: oil: Update to 0.8.3., guix-commits, 2020/11/04
- 13/19: gnu: lldpd: Update to 1.0.7., guix-commits, 2020/11/04
- 15/19: gnu: libnice: Update to 0.1.18., guix-commits, 2020/11/04
- 12/19: gnu: fldigi: Update to 4.1.15., guix-commits, 2020/11/04
- 16/19: gnu: toxic: Update to 0.8.4., guix-commits, 2020/11/04
- 09/19: gnu: xl2tpd: Update to 1.3.16., guix-commits, 2020/11/04
- 14/19: gnu: lldpd: Omit static library., guix-commits, 2020/11/04
- 18/19: gnu: praat: Update to 6.1.30., guix-commits, 2020/11/04
- 11/19: gnu: python-sphinx-intl: Update to 2.0.1., guix-commits, 2020/11/04
- 17/19: gnu: python-audioread: Update to 2.1.9., guix-commits, 2020/11/04
- 19/19: gnu: virt-viewer: Enable VNC support.,
guix-commits <=