mark lua-resty-session as broken

This commit is contained in:
Matthieu Coudron 2023-10-16 17:03:53 +02:00
parent cc32e0f45c
commit 9a48adc319

View file

@ -386,6 +386,11 @@ 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-yajl = prev.lua-yajl.overrideAttrs (oa: {
buildInputs = oa.buildInputs ++ [
yajl