Unverified Commit 1476235d authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

mopidy: add ffmpeg support (#468949)

parents 93fb4f5f 544b1079
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -55,6 +55,7 @@ in

      settings = lib.mkOption {
        inherit (settingsFormat) type;
        default = { };
        example.mpd = {
          enabled = true;
          hostname = "::";
+1 −0
Original line number Diff line number Diff line
@@ -34,6 +34,7 @@ pythonPackages.buildPythonApplication (finalAttrs: {
      gst-plugins-good
      gst-plugins-ugly
      gst-plugins-rs
      gst-libav
    ]
    ++ lib.optionals (!stdenv.hostPlatform.isDarwin) [ pipewire ];