Unverified Commit a1da551a authored by emilylange's avatar emilylange
Browse files

music-assistant: fix `pytestCheckPhase` by pinning to `ffmpeg_7`

parent 21f23c02
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
  lib,
  python3,
  fetchFromGitHub,
  ffmpeg-headless,
  ffmpeg_7-headless,
  nixosTests,
  replaceVars,
  providers ? [ ],
@@ -59,8 +59,8 @@ python.pkgs.buildPythonApplication rec {

  patches = [
    (replaceVars ./ffmpeg.patch {
      ffmpeg = "${lib.getBin ffmpeg-headless}/bin/ffmpeg";
      ffprobe = "${lib.getBin ffmpeg-headless}/bin/ffprobe";
      ffmpeg = "${lib.getBin ffmpeg_7-headless}/bin/ffmpeg";
      ffprobe = "${lib.getBin ffmpeg_7-headless}/bin/ffprobe";
    })

    # Look up librespot from PATH at runtime