mopidy: make PipeWire a buildInput to add GStreamer dependency
This commit is contained in:
parent
6b4078546b
commit
57f9e0b54d
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user