virt-manager: add missing gstreamer dependencies

This commit is contained in:
Mikael Fangel 2023-11-15 20:58:17 +01:00 committed by Jörg Thalheim
parent 57402c04bf
commit 35f8ef3a58

View File

@ -1,6 +1,6 @@
{ lib, fetchFromGitHub, python3, intltool, file, wrapGAppsHook, gtk-vnc
, vte, avahi, dconf, gobject-introspection, libvirt-glib, system-libvirt
, gsettings-desktop-schemas, libosinfo, gnome, gtksourceview4, docutils, cpio
, gsettings-desktop-schemas, gst_all_1, libosinfo, gnome, gtksourceview4, docutils, cpio
, e2fsprogs, findutils, gzip, cdrtools, xorriso, fetchpatch
, desktopToDarwinBundle, stdenv
, spiceSupport ? true, spice-gtk ? null
@ -21,10 +21,12 @@ python3.pkgs.buildPythonApplication rec {
intltool file
gobject-introspection # for setup hook populating GI_TYPELIB_PATH
docutils
wrapGAppsHook
] ++ lib.optional stdenv.isDarwin desktopToDarwinBundle;
buildInputs = [
wrapGAppsHook
gst_all_1.gst-plugins-base
gst_all_1.gst-plugins-good
libvirt-glib vte dconf gtk-vnc gnome.adwaita-icon-theme avahi
gsettings-desktop-schemas libosinfo gtksourceview4
] ++ lib.optional spiceSupport spice-gtk;