Commit 9a48adc3 authored by Matthieu Coudron's avatar Matthieu Coudron
Browse files

mark lua-resty-session as broken

parent cc32e0f4
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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