luaPackages.luacov: init at 0.13.0-1
It is needed to run luarocks test.
This commit is contained in:
parent
0c36fa1c8c
commit
73c64f0f38
@ -37,6 +37,7 @@ lua-zlib,,,,,koral
|
|||||||
lua_cliargs,,,,,
|
lua_cliargs,,,,,
|
||||||
luabitop,,,,,
|
luabitop,,,,,
|
||||||
luacheck,,,,,
|
luacheck,,,,,
|
||||||
|
luacov,,,,,
|
||||||
luadbi,,,,,
|
luadbi,,,,,
|
||||||
luadbi-mysql,,,,,
|
luadbi-mysql,,,,,
|
||||||
luadbi-postgresql,,,,,
|
luadbi-postgresql,,,,,
|
||||||
|
|
@ -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 {
|
luadbi = buildLuarocksPackage {
|
||||||
pname = "luadbi";
|
pname = "luadbi";
|
||||||
version = "0.7.2-1";
|
version = "0.7.2-1";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user