av1an: fix build, pin ffmpeg_7

This commit is contained in:
Mynacol
2025-11-28 00:04:00 +00:00
parent ff335ced3e
commit 2d22fdcc27
+2 -2
View File
@@ -3,7 +3,7 @@
stdenv,
fetchFromGitHub,
fetchpatch,
ffmpeg,
ffmpeg_7,
libaom,
nasm,
nix-update-script,
@@ -43,7 +43,7 @@ rustPlatform.buildRustPackage rec {
];
buildInputs = [
ffmpeg
ffmpeg_7
vapoursynth
];