virt-manager: Add graphical support for the Spice protocol

This commit is contained in:
Ricardo M. Correia
2014-01-11 22:01:52 +01:00
committed by Rok Garbas
parent aed957bae7
commit 4ede302207
3 changed files with 62 additions and 3 deletions
@@ -1,5 +1,7 @@
{ stdenv, fetchurl, pythonPackages, intltool, libxml2Python, curl,
python, makeWrapper, virtinst, pyGtkGlade, pythonDBus, gnome_python, gtkvnc, vte}:
{ stdenv, fetchurl, pythonPackages, intltool, libxml2Python, curl, python
, makeWrapper, virtinst, pyGtkGlade, pythonDBus, gnome_python, gtkvnc, vte
, spiceSupport ? true, spice_gtk
}:
with stdenv.lib;
@@ -21,7 +23,7 @@ stdenv.mkDerivation rec {
# libxml2Python is a dependency of libvirt.py.
libvirt libxml2Python urlgrabber virtinst pyGtkGlade pythonDBus gnome_python
gtkvnc vte
];
] ++ optional spiceSupport spice_gtk;
buildInputs =
[ pythonPackages.python