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

This commit is contained in:
Doron Behar
2026-01-26 16:52:13 +02:00
parent f416f47841
commit d1a0864f69
@@ -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: {