mopidy: add ffmpeg support (#468949)

This commit is contained in:
Sandro
2026-04-30 20:34:51 +00:00
committed by GitHub
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -55,6 +55,7 @@ in
settings = lib.mkOption {
inherit (settingsFormat) type;
default = { };
example.mpd = {
enabled = true;
hostname = "::";
@@ -34,6 +34,7 @@ pythonPackages.buildPythonApplication (finalAttrs: {
gst-plugins-good
gst-plugins-ugly
gst-plugins-rs
gst-libav
]
++ lib.optionals (!stdenv.hostPlatform.isDarwin) [ pipewire ];