virtmanager: 1.5.0: add gtk3 dependency

otherwise virt-manager startup fails with
Typelib file for namespace 'Pango', version '1.0' not found: Could not open display: :0
This commit is contained in:
xeji 2018-02-19 01:02:47 +01:00
parent 911f408b5e
commit b0eb4d6390

View file

@ -1,7 +1,7 @@
{ stdenv, fetchurl, python2Packages, intltool, file
, wrapGAppsHook, gtkvnc, vte, avahi, dconf
, gobjectIntrospection, libvirt-glib, system-libvirt
, gsettings_desktop_schemas, glib, libosinfo, gnome3
, gsettings_desktop_schemas, glib, libosinfo, gnome3, gtk3
, spiceSupport ? true, spice_gtk ? null
}:
@ -24,7 +24,7 @@ python2Packages.buildPythonApplication rec {
buildInputs =
[ libvirt-glib vte dconf gtkvnc gnome3.defaultIconTheme avahi
gsettings_desktop_schemas libosinfo
gsettings_desktop_schemas libosinfo gtk3
] ++ optional spiceSupport spice_gtk;
propagatedBuildInputs = with python2Packages;