Loading pkgs/development/lua-modules/overrides.nix +5 −0 Original line number Diff line number Diff line Loading @@ -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 Loading
pkgs/development/lua-modules/overrides.nix +5 −0 Original line number Diff line number Diff line Loading @@ -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