luaPackages.lua-ff-zlib: init

This commit is contained in:
Matthieu Coudron 2023-10-16 18:25:35 +02:00
parent 9a48adc319
commit db9d831c0b
2 changed files with 5 additions and 4 deletions

View file

@ -41,6 +41,7 @@ lrexlib-posix,,,,,,
lua-cjson,,,,,,
lua-cmsgpack,,,,,,
lua-curl,,,,,,
lua-ffi-zlib,,,,,,
lua-lsp,,,,,,
lua-messagepack,,,,,,
lua-protobuf,,,,,,lockejan

1 name src ref server version luaversion maintainers
41 lua-cjson
42 lua-cmsgpack
43 lua-curl
44 lua-ffi-zlib
45 lua-lsp
46 lua-messagepack
47 lua-protobuf lockejan

View file

@ -386,10 +386,10 @@ with prev;
];
});
lua-resty-session = prev.lua-resty-session.overrideAttrs (oa: {
# lua_pack and lua-ffi-zlib are unpackaged, causing this package to not evaluate
meta.broken = true;
});
# lua-resty-session = prev.lua-resty-session.overrideAttrs (oa: {
# # lua_pack and lua-ffi-zlib are unpackaged, causing this package to not evaluate
# meta.broken = true;
# });
lua-yajl = prev.lua-yajl.overrideAttrs (oa: {
buildInputs = oa.buildInputs ++ [