aboutsummaryrefslogtreecommitdiff
path: root/pkgs/top-level/lua-packages.nix
diff options
context:
space:
mode:
authorMatthieu Coudron <mattator@gmail.com>2019-02-06 01:17:09 +0900
committerMatthieu Coudron <mattator@gmail.com>2019-02-13 14:11:14 +0900
commitc789b88cdd2ade47fbdcb94f43c09dfe66b81c0b (patch)
tree17ff450f21f1c8e6d14e059ccfafd7abdc8d817f /pkgs/top-level/lua-packages.nix
parent421110ae36d8aa6456b9f9cb63d1ca26102d2ab6 (diff)
luaPackages.luacheck: 0.20 -> 0.23 generated
Diffstat (limited to 'pkgs/top-level/lua-packages.nix')
-rw-r--r--pkgs/top-level/lua-packages.nix30
1 files changed, 0 insertions, 30 deletions
diff --git a/pkgs/top-level/lua-packages.nix b/pkgs/top-level/lua-packages.nix
index 347393511e6a..4e890662477a 100644
--- a/pkgs/top-level/lua-packages.nix
+++ b/pkgs/top-level/lua-packages.nix
@@ -236,36 +236,6 @@ with self; {
};
};
- luacheck = buildLuaPackage rec {
- pname = "luacheck";
- version = "0.20.0";
- name = "${pname}-${version}";
-
- src = fetchFromGitHub {
- owner = "mpeterv";
- repo = "luacheck";
- rev = "${version}";
- sha256 = "0ahfkmqcjhlb7r99bswy1sly6d7p4pyw5f4x4fxnxzjhbq0c5qcs";
- };
-
- propagatedBuildInputs = [ lua ];
-
- # No Makefile.
- dontBuild = true;
-
- installPhase = ''
- ${lua}/bin/lua install.lua $out
- '';
-
- meta = with stdenv.lib; {
- description = "A tool for linting and static analysis of Lua code";
- homepage = https://github.com/mpeterv/luacheck;
- license = licenses.mit;
- maintainers = with maintainers; [ vyp ];
- platforms = platforms.unix;
- };
- };
-
luacyrussasl = buildLuaPackage rec {
version = "1.1.0";
name = "lua-cyrussasl-${version}";