Loading pkgs/applications/emulators/retroarch/cores.nix +2 −2 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ , curl , fetchFromGitHub , fetchpatch , ffmpeg , ffmpeg_6 , fluidsynth , fmt , freetype Loading Loading @@ -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 Loading
pkgs/applications/emulators/retroarch/cores.nix +2 −2 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ , curl , fetchFromGitHub , fetchpatch , ffmpeg , ffmpeg_6 , fluidsynth , fmt , freetype Loading Loading @@ -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