lua: remove unecessary postBuild for lua 5.3
I Think this is not necessary anymore since 34f8d7e15a3ca5762c84f867f70773674b002cb2
This commit is contained in:
parent
8f8b8d5000
commit
0e4c13ba16
@ -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({
|
||||
|
Loading…
Reference in New Issue
Block a user