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