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";
|
||||
|
||||
@@ -32,6 +32,10 @@ with super;
|
||||
lrexlib-gnu = super.lrexlib-gnu.override({
|
||||
buildInputs = [ pkgs.gnulib ];
|
||||
});
|
||||
lua-zlib = super.lua-zlib.override({
|
||||
buildInputs = [ pkgs.zlib.dev ];
|
||||
disabled=luaOlder "5.1" || luaAtLeast "5.4";
|
||||
});
|
||||
luaevent = super.luaevent.override({
|
||||
buildInputs = with pkgs; [ libevent.dev libevent ];
|
||||
propagatedBuildInputs = [ luasocket ];
|
||||
|
||||
Reference in New Issue
Block a user