luaPackages.luaossl: mark broken for lua 5.5

This commit is contained in:
Xiangyan Sun
2026-05-10 10:02:21 -07:00
parent f88215e151
commit 884227b3a6
@@ -693,6 +693,11 @@ in
env = old.env // {
NIX_CFLAGS_COMPILE = "-Wno-error=incompatible-pointer-types"; # for gcc15
};
meta = (old.meta or { }) // {
# https://github.com/wahern/luaossl/pull/221
broken = luaAtLeast "5.5";
};
});
luaposix = prev.luaposix.overrideAttrs (old: {