mark lua-resty-session as broken
This commit is contained in:
parent
cc32e0f45c
commit
9a48adc319
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue