luaPackages.lua-ff-zlib: init
This commit is contained in:
parent
9a48adc319
commit
db9d831c0b
@ -41,6 +41,7 @@ lrexlib-posix,,,,,,
|
|||||||
lua-cjson,,,,,,
|
lua-cjson,,,,,,
|
||||||
lua-cmsgpack,,,,,,
|
lua-cmsgpack,,,,,,
|
||||||
lua-curl,,,,,,
|
lua-curl,,,,,,
|
||||||
|
lua-ffi-zlib,,,,,,
|
||||||
lua-lsp,,,,,,
|
lua-lsp,,,,,,
|
||||||
lua-messagepack,,,,,,
|
lua-messagepack,,,,,,
|
||||||
lua-protobuf,,,,,,lockejan
|
lua-protobuf,,,,,,lockejan
|
||||||
|
|
@ -386,10 +386,10 @@ with prev;
|
|||||||
];
|
];
|
||||||
});
|
});
|
||||||
|
|
||||||
lua-resty-session = prev.lua-resty-session.overrideAttrs (oa: {
|
# lua-resty-session = prev.lua-resty-session.overrideAttrs (oa: {
|
||||||
# lua_pack and lua-ffi-zlib are unpackaged, causing this package to not evaluate
|
# # lua_pack and lua-ffi-zlib are unpackaged, causing this package to not evaluate
|
||||||
meta.broken = true;
|
# meta.broken = true;
|
||||||
});
|
# });
|
||||||
|
|
||||||
lua-yajl = prev.lua-yajl.overrideAttrs (oa: {
|
lua-yajl = prev.lua-yajl.overrideAttrs (oa: {
|
||||||
buildInputs = oa.buildInputs ++ [
|
buildInputs = oa.buildInputs ++ [
|
||||||
|
Loading…
Reference in New Issue
Block a user