Commit d1a0864f authored by Doron Behar's avatar Doron Behar
Browse files

lua{51,52,53,54,jit}Packages.lua-yajl: fix build with split output yajl

parent f416f478
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -474,6 +474,13 @@ in
    buildInputs = old.buildInputs ++ [
      yajl
    ];
    luarocksConfig = old.luarocksConfig // {
      variables = {
        # Since yajl's outputs are split, we need to help luarocks find the
        # include directory.
        YAJL_INCDIR = "${lib.getDev yajl}/include";
      };
    };
  });

  lua-zlib = prev.lua-zlib.overrideAttrs (old: {