virtmanager: Fix gobject-introspection (#57385)
This commit is contained in:
parent
24c02a0f5d
commit
871c1d5bb1
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user