Merge pull request #284662 from ImBearChild/virt-viewer

virt-viewer: add GStreamer in buildInputs
This commit is contained in:
Atemu 2024-01-29 09:51:02 +01:00 committed by GitHub
commit a070586873
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,6 +5,7 @@
, fetchpatch
, gdbm
, glib
, gst_all_1
, gsettings-desktop-schemas
, gtk-vnc
, gtk3
@ -64,6 +65,8 @@ stdenv.mkDerivation rec {
];
buildInputs = [
gst_all_1.gst-plugins-base
gst_all_1.gst-plugins-good
bash-completion
glib
gsettings-desktop-schemas