mopidy: add ffmpeg support (#468949)
This commit is contained in:
@@ -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 ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user