lua: remove unecessary postBuild for lua 5.3
I Think this is not necessary anymore since 34f8d7e15a
This commit is contained in:
parent
8f8b8d5000
commit
0e4c13ba16
1 changed files with 0 additions and 4 deletions
|
@ -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 a new issue