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