summaryrefslogtreecommitdiffstats
path: root/pkgs/development/lua-modules
diff options
context:
space:
mode:
authorMatthieu Coudron <mattator@gmail.com>2019-10-11 19:56:21 +0900
committerMatthieu Coudron <coudron@iij.ad.jp>2019-10-14 21:53:23 +0900
commit73c64f0f3889b19a03a4df0c44f6156a8290f71b (patch)
treeab0156a3e232bb5e4734fff03b1e34590d0d8f21 /pkgs/development/lua-modules
parent0c36fa1c8c99e9410046110dc5d2922451063ce8 (diff)
luaPackages.luacov: init at 0.13.0-1
It is needed to run luarocks test.
Diffstat (limited to 'pkgs/development/lua-modules')
-rw-r--r--pkgs/development/lua-modules/generated-packages.nix19
1 files changed, 19 insertions, 0 deletions
diff --git a/pkgs/development/lua-modules/generated-packages.nix b/pkgs/development/lua-modules/generated-packages.nix
index 5adc23979393..13ec209142b9 100644
--- a/pkgs/development/lua-modules/generated-packages.nix
+++ b/pkgs/development/lua-modules/generated-packages.nix
@@ -810,6 +810,25 @@ luacheck = buildLuarocksPackage {
};
};
};
+luacov = buildLuarocksPackage {
+ pname = "luacov";
+ version = "0.13.0-1";
+
+ src = fetchurl {
+ url = mirror://luarocks/luacov-0.13.0-1.src.rock;
+ sha256 = "16am0adzr4y64n94f64d4yrz65in8rwa8mmjz1p0k8afm5p5759i";
+ };
+ disabled = (luaOlder "5.1") || (luaAtLeast "5.4");
+ propagatedBuildInputs = [ lua ];
+
+ meta = with stdenv.lib; {
+ homepage = "https://keplerproject.github.io/luacov/";
+ description = "Coverage analysis tool for Lua scripts";
+ license = {
+ fullName = "MIT";
+ };
+ };
+};
luadbi = buildLuarocksPackage {
pname = "luadbi";
version = "0.7.2-1";