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