luaPackages.lua-ff-zlib: init
This commit is contained in:
parent
9a48adc319
commit
db9d831c0b
2 changed files with 5 additions and 4 deletions
|
@ -41,6 +41,7 @@ lrexlib-posix,,,,,,
|
|||
lua-cjson,,,,,,
|
||||
lua-cmsgpack,,,,,,
|
||||
lua-curl,,,,,,
|
||||
lua-ffi-zlib,,,,,,
|
||||
lua-lsp,,,,,,
|
||||
lua-messagepack,,,,,,
|
||||
lua-protobuf,,,,,,lockejan
|
||||
|
|
|
|
@ -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 ++ [
|
||||
|
|
Loading…
Reference in a new issue