luaPackages.lua-zlib: 1.1 -> 1.2
Renamed from luazlib to luarocks name lua-zlib. Move to generated.
This commit is contained in:
@@ -528,6 +528,25 @@ lua-toml = buildLuarocksPackage {
|
||||
};
|
||||
};
|
||||
};
|
||||
lua-zlib = buildLuarocksPackage {
|
||||
pname = "lua-zlib";
|
||||
version = "1.2-0";
|
||||
|
||||
src = fetchurl {
|
||||
url = https://luarocks.org/lua-zlib-1.2-0.src.rock;
|
||||
sha256 = "0qa0vnx45nxdj6fqag6fr627zsnd2bmrr9bdbm8jv6lcnyi6nhs2";
|
||||
};
|
||||
disabled = (luaOlder "5.1");
|
||||
propagatedBuildInputs = [ lua ];
|
||||
|
||||
meta = {
|
||||
homepage = "https://github.com/brimworks/lua-zlib";
|
||||
description = "Simple streaming interface to zlib for Lua.";
|
||||
license = {
|
||||
fullName = "MIT";
|
||||
};
|
||||
};
|
||||
};
|
||||
luabitop = buildLuarocksPackage {
|
||||
pname = "luabitop";
|
||||
version = "1.0.2-3";
|
||||
|
||||
Reference in New Issue
Block a user