retroarch: fix build by pinning to ffmpeg_7

Apparently it needs adapting for ffmpeg_8 (since 130c992961),
and I noticed at least no new retroarch release upstream so far.
https://hydra.nixos.org/build/312822244/nixlog/2/tail
This commit is contained in:
Vladimír Čunát
2025-11-11 08:29:51 +01:00
parent aff773c65d
commit 25d75d77cd
+2 -2
View File
@@ -5,7 +5,7 @@
alsa-lib,
dbus,
fetchFromGitHub,
ffmpeg,
ffmpeg_7,
flac,
freetype,
gamemode,
@@ -75,7 +75,7 @@ stdenv.mkDerivation rec {
++ lib.optional (runtimeLibs != [ ]) makeBinaryWrapper;
buildInputs = [
ffmpeg
ffmpeg_7
flac
freetype
libGL