summaryrefslogtreecommitdiffstats
path: root/pkgs/top-level/lua-packages.nix
diff options
context:
space:
mode:
authorMatthieu Coudron <mattator@gmail.com>2019-06-05 13:21:38 +0900
committerMatthieu Coudron <mattator@gmail.com>2019-06-05 16:20:27 +0900
commit704358dcb586731b83ee3db4a8def665f9d314d6 (patch)
treed62b4098114063c952a3fa98f2a4d3a5d3d158c2 /pkgs/top-level/lua-packages.nix
parent62d4e044e7eec51b31f44a70de46737505fb7796 (diff)
luaPackages.luazip: 2007-10-30 -> 1.2.7
Diffstat (limited to 'pkgs/top-level/lua-packages.nix')
-rw-r--r--pkgs/top-level/lua-packages.nix27
1 files changed, 0 insertions, 27 deletions
diff --git a/pkgs/top-level/lua-packages.nix b/pkgs/top-level/lua-packages.nix
index 7c9a4bbe5838..b5439e551bac 100644
--- a/pkgs/top-level/lua-packages.nix
+++ b/pkgs/top-level/lua-packages.nix
@@ -482,33 +482,6 @@ with self; {
};
};
- luazip = buildLuaPackage rec {
- name = "zip-${version}";
- version = "2007-10-30";
-
- src = fetchFromGitHub {
- owner = "luaforge";
- repo = "luazip";
- rev = "0b8f5c958e170b1b49f05bc267bc0351ad4dfc44";
- sha256 = "0zrrwhmzny5zbpx91bjbl77gzkvvdi3qhhviliggp0aj8w3faxsr";
- };
-
- buildInputs = [ zziplib ];
-
- patches = [ ../development/lua-modules/zip.patch ];
-
- # Does not currently work under Lua 5.2 or LuaJIT.
- disabled = isLua52 || isLua53 || isLuaJIT;
-
- meta = with stdenv.lib; {
- description = "Lua library to read files stored inside zip files";
- homepage = "https://github.com/luaforge/luazip";
- license = licenses.mit;
- maintainers = with maintainers; [ vyp ];
- platforms = platforms.linux;
- };
- };
-
luazlib = buildLuaPackage rec {
name = "zlib-${version}";
version = "1.1";