From fc4b030491e02cef5a07e55101545f26af4a3ef8 Mon Sep 17 00:00:00 2001 From: Marcel Date: Sun, 7 Dec 2025 22:16:26 +0100 Subject: [PATCH 1/2] mopidy: add ffmpeg support --- pkgs/applications/audio/mopidy/mopidy.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/applications/audio/mopidy/mopidy.nix b/pkgs/applications/audio/mopidy/mopidy.nix index b0beb5a8a516..6331317eb24f 100644 --- a/pkgs/applications/audio/mopidy/mopidy.nix +++ b/pkgs/applications/audio/mopidy/mopidy.nix @@ -34,6 +34,7 @@ pythonPackages.buildPythonApplication rec { gst-plugins-good gst-plugins-ugly gst-plugins-rs + gst-libav ] ++ lib.optionals (!stdenv.hostPlatform.isDarwin) [ pipewire ]; From 544b107998f773945088d947df852bd7db9aa27d Mon Sep 17 00:00:00 2001 From: Marcel Date: Mon, 8 Dec 2025 12:27:58 +0100 Subject: [PATCH 2/2] nixos/mopidy: fix test --- nixos/modules/services/audio/mopidy.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/modules/services/audio/mopidy.nix b/nixos/modules/services/audio/mopidy.nix index 1ec1950a0970..05ab6e8bce87 100644 --- a/nixos/modules/services/audio/mopidy.nix +++ b/nixos/modules/services/audio/mopidy.nix @@ -55,6 +55,7 @@ in settings = lib.mkOption { inherit (settingsFormat) type; + default = { }; example.mpd = { enabled = true; hostname = "::";