summary refs log tree commit diff
path: root/pkgs/top-level/lua-packages.nix
diff options
context:
space:
mode:
authorMatthieu Coudron <mcoudron@hotmail.com>2022-06-18 18:26:29 +0200
committerMatthieu Coudron <mcoudron@hotmail.com>2022-06-18 21:23:45 +0200
commit011911bc5465d009fcc9f7a92ee741761e091d3a (patch)
tree28616a80152f810d16c5af4d294d2631d7be73f2 /pkgs/top-level/lua-packages.nix
parente0a42267f73ea52adc061a64650fddc59906fc99 (diff)
luarocks-check-hook: init
The hook is added to buildLuarocksPackage when doCheck is set to true.
Diffstat (limited to 'pkgs/top-level/lua-packages.nix')
-rw-r--r--pkgs/top-level/lua-packages.nix2
1 files changed, 1 insertions, 1 deletions
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;