lua: run postConfigure hook for rock and rockspec
it was previously run only for src.rock
This commit is contained in:
@@ -60,7 +60,7 @@ let
|
||||
|
||||
buildLuarocksPackage = with pkgs.lib; makeOverridable( callPackage ../development/interpreters/lua-5/build-lua-package.nix {
|
||||
inherit toLuaModule;
|
||||
inherit lua writeText;
|
||||
inherit lua;
|
||||
});
|
||||
in
|
||||
with self; {
|
||||
|
||||
Reference in New Issue
Block a user