luaPackages.luaossl: mark broken for lua 5.5 (#517070)

This commit is contained in:
Matthieu Coudron
2026-05-10 19:47:57 +00:00
committed by GitHub
@@ -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: {