mopidy: make PipeWire a buildInput to add GStreamer dependency

This commit is contained in:
Jordan Williams 2024-11-14 08:59:33 -06:00
parent 6b4078546b
commit 57f9e0b54d
No known key found for this signature in database
GPG Key ID: 9FB42B0E7F657D8C

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";