mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
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,,,,,
|
||||
luabitop,,,,,
|
||||
luacheck,,,,,
|
||||
luacov,,,,,
|
||||
luadbi,,,,,
|
||||
luadbi-mysql,,,,,
|
||||
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 {
|
||||
pname = "luadbi";
|
||||
version = "0.7.2-1";
|
||||
|
Loading…
Reference in New Issue
Block a user