mopidy: add ffmpeg support
This commit is contained in:
@@ -34,6 +34,7 @@ pythonPackages.buildPythonApplication rec {
|
||||
gst-plugins-good
|
||||
gst-plugins-ugly
|
||||
gst-plugins-rs
|
||||
gst-libav
|
||||
]
|
||||
++ lib.optionals (!stdenv.hostPlatform.isDarwin) [ pipewire ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user