lua: run postConfigure hook for rock and rockspec

it was previously run only for src.rock
This commit is contained in:
Matthieu Coudron
2019-03-07 10:34:01 +00:00
committed by Jörg Thalheim
parent b93ccb7136
commit ed7818219a
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -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; {