luaPackages.luacheck: 0.20 -> 0.23 generated

This commit is contained in:
Matthieu Coudron
2019-02-06 01:17:09 +09:00
parent 421110ae36
commit c789b88cdd
3 changed files with 21 additions and 30 deletions

View File

@@ -346,6 +346,26 @@ luaevent = buildLuarocksPackage {
};
};
};
luacheck = buildLuarocksPackage {
pname = "luacheck";
version = "0.23.0-1";
src = fetchurl {
url = https://luarocks.org/luacheck-0.23.0-1.src.rock;
sha256 = "0akj61c7k1na2mggsckvfn9a3ljfp4agnmr9gp3mac4vin99a1cl";
};
disabled = ( luaOlder "5.1") || ( luaAtLeast "5.4");
propagatedBuildInputs = [lua argparse luafilesystem ];
buildType="builtin";
meta = {
homepage = "https://github.com/mpeterv/luacheck";
description="A static analyzer and a linter for Lua";
license = {
fullName = "MIT";
};
};
};
luaffi = buildLuarocksPackage {
pname = "luaffi";
version = "scm-1";