From 011911bc5465d009fcc9f7a92ee741761e091d3a Mon Sep 17 00:00:00 2001 From: Matthieu Coudron Date: Sat, 18 Jun 2022 18:26:29 +0200 Subject: luarocks-check-hook: init The hook is added to buildLuarocksPackage when doCheck is set to true. --- pkgs/top-level/lua-packages.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/top-level/lua-packages.nix') diff --git a/pkgs/top-level/lua-packages.nix b/pkgs/top-level/lua-packages.nix index 96dfd89b59589..385aef164c2d6 100644 --- a/pkgs/top-level/lua-packages.nix +++ b/pkgs/top-level/lua-packages.nix @@ -50,7 +50,7 @@ in getLuaCPath = drv: getPath drv luaLib.luaCPathList; inherit (callPackage ../development/interpreters/lua-5/hooks { inherit (args) lib;}) - lua-setup-hook; + luarocksCheckHook lua-setup-hook; inherit lua callPackage; inherit buildLuaPackage buildLuarocksPackage buildLuaApplication; -- cgit 1.4.1