virtmanager: Fix gobject-introspection (#57385)

This commit is contained in:
Florian Franzen 2019-03-12 22:29:45 +01:00 committed by xeji
parent 24c02a0f5d
commit 871c1d5bb1

View File

@ -23,9 +23,10 @@ python3Packages.buildPythonApplication rec {
gobject-introspection # for setup hook populating GI_TYPELIB_PATH
];
buildInputs =
[ libvirt-glib vte dconf gtk-vnc gnome3.adwaita-icon-theme avahi
buildInputs = [
libvirt-glib vte dconf gtk-vnc gnome3.adwaita-icon-theme avahi
gsettings-desktop-schemas libosinfo gtk3
gobject-introspection # Temporary fix, see https://github.com/NixOS/nixpkgs/issues/56943
] ++ optional spiceSupport spice-gtk;
propagatedBuildInputs = with python3Packages;