mopidy: make PipeWire a buildInput to add GStreamer dependency (#355922)
This commit is contained in:
commit
9c4b9f2f99
@ -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";
|
||||||
|
Loading…
Reference in New Issue
Block a user