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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user