lua: remove unecessary postBuild for lua 5.3

I Think this is not necessary anymore since 34f8d7e15a
This commit is contained in:
Marco A L Barbosa 2021-06-22 11:34:50 -03:00
parent 8f8b8d5000
commit 0e4c13ba16

View file

@ -19,10 +19,6 @@ rec {
patches =
lib.optionals stdenv.isDarwin [ ./5.2.darwin.patch ];
postBuild = lib.optionalString (!stdenv.isDarwin) ''
( cd src; make $makeFlags "''${makeFlagsArray[@]}" liblua.so )
'';
};
lua5_3_compat = lua5_3.override({