virtmanager: add missing GI dependencies
This commit is contained in:
parent
2f583129e2
commit
22e2acd736
1 changed files with 2 additions and 1 deletions
|
@ -2,6 +2,7 @@
|
|||
, wrapGAppsHook, gtk-vnc, vte, avahi, dconf
|
||||
, gobject-introspection, libvirt-glib, system-libvirt
|
||||
, gsettings-desktop-schemas, glib, libosinfo, gnome3, gtk3
|
||||
, gtksourceview4
|
||||
, spiceSupport ? true, spice-gtk ? null
|
||||
, cpio, e2fsprogs, findutils, gzip
|
||||
}:
|
||||
|
@ -25,7 +26,7 @@ python3Packages.buildPythonApplication rec {
|
|||
|
||||
buildInputs = [
|
||||
libvirt-glib vte dconf gtk-vnc gnome3.adwaita-icon-theme avahi
|
||||
gsettings-desktop-schemas libosinfo gtk3
|
||||
gsettings-desktop-schemas libosinfo gtksourceview4
|
||||
gobject-introspection # Temporary fix, see https://github.com/NixOS/nixpkgs/issues/56943
|
||||
] ++ optional spiceSupport spice-gtk;
|
||||
|
||||
|
|
Loading…
Reference in a new issue