mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 00:43:20 +00:00
libretro.citra: fix broken build (ffmpeg -> ffmpeg_6) (#352220)
This commit is contained in:
commit
9e88ad806a
@ -8,7 +8,7 @@
|
||||
, curl
|
||||
, fetchFromGitHub
|
||||
, fetchpatch
|
||||
, ffmpeg
|
||||
, ffmpeg_6
|
||||
, fluidsynth
|
||||
, fmt
|
||||
, freetype
|
||||
@ -318,7 +318,7 @@ in
|
||||
|
||||
citra = mkLibretroCore rec {
|
||||
core = "citra";
|
||||
extraBuildInputs = [ libGLU libGL boost ffmpeg nasm ];
|
||||
extraBuildInputs = [ libGLU libGL boost ffmpeg_6 nasm ];
|
||||
makefile = "Makefile";
|
||||
makeFlags = [
|
||||
"HAVE_FFMPEG_STATIC=0"
|
||||
|
Loading…
Reference in New Issue
Block a user