mopidy: make PipeWire a buildInput to add GStreamer dependency (#355922)

This commit is contained in:
Franz Pletz 2024-11-23 16:51:33 +01:00 committed by GitHub
commit 9c4b9f2f99
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -30,6 +30,7 @@ pythonPackages.buildPythonApplication rec {
gst-plugins-good gst-plugins-good
gst-plugins-ugly gst-plugins-ugly
gst-plugins-rs gst-plugins-rs
pipewire
]; ];
propagatedBuildInputs = propagatedBuildInputs =
@ -56,12 +57,6 @@ pythonPackages.buildPythonApplication rec {
# There are no tests # There are no tests
doCheck = false; doCheck = false;
preFixup = ''
gappsWrapperArgs+=(
--prefix GST_PLUGIN_SYSTEM_PATH_1_0 : "${pipewire}/lib/gstreamer-1.0"
)
'';
meta = with lib; { meta = with lib; {
homepage = "https://www.mopidy.com/"; homepage = "https://www.mopidy.com/";
description = "Extensible music server that plays music from local disk, Spotify, SoundCloud, and more"; description = "Extensible music server that plays music from local disk, Spotify, SoundCloud, and more";