From de5846b44eeffcdd539a20a396812e193f9693ac Mon Sep 17 00:00:00 2001 From: Thiago Kenji Okada Date: Mon, 6 Dec 2021 18:20:08 -0300 Subject: [PATCH] libretro.mame: remove unnecessary postPatch --- pkgs/misc/emulators/retroarch/cores.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pkgs/misc/emulators/retroarch/cores.nix b/pkgs/misc/emulators/retroarch/cores.nix index 703248ad3f1e..ef9ce6c2250d 100644 --- a/pkgs/misc/emulators/retroarch/cores.nix +++ b/pkgs/misc/emulators/retroarch/cores.nix @@ -489,11 +489,6 @@ in description = "Port of MAME to libretro"; license = with lib.licenses; [ bsd3 gpl2Plus ]; extraBuildInputs = [ alsa-lib libGLU libGL portaudio python3 xorg.libX11 ]; - postPatch = '' - # Prevent the failure during the parallel building of: - # make -C 3rdparty/genie/build/gmake.linux -f genie.make obj/Release/src/host/lua-5.3.0/src/lgc.o - mkdir -p 3rdparty/genie/build/gmake.linux/obj/Release/src/host/lua-5.3.0/src - ''; makefile = "Makefile.libretro"; };