Merge pull request #266692 from Mic92/spice-gtk

spice-gtk: fix sound (gstreamer plugins)
This commit is contained in:
Lassulus 2023-11-10 18:28:13 +01:00 committed by GitHub
commit 16d6d27f34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,6 +36,7 @@
, wayland-protocols
, wayland-scanner
, zlib
, wrapGAppsHook
, withPolkit ? stdenv.isLinux
}:
@ -88,18 +89,16 @@ stdenv.mkDerivation rec {
python3.pkgs.pyparsing
python3.pkgs.six
vala
wrapGAppsHook
] ++ lib.optionals (stdenv.buildPlatform != stdenv.hostPlatform) [
mesonEmulatorHook
] ++ lib.optionals stdenv.isLinux [
wayland-scanner
];
propagatedBuildInputs = [
buildInputs = [
gst_all_1.gst-plugins-base
gst_all_1.gst-plugins-good
];
buildInputs = [
cyrus_sasl
libepoxy
gtk3