lua54Packages.lgi: mark as broken with Lua versions < 5.1 or >= 5.4

This commit is contained in:
Enric Morales
2024-05-08 10:20:05 +02:00
parent dc79d5b1b3
commit 492d273968
@@ -225,6 +225,10 @@ in
preConfigure = ''
make rock
'';
# Lua 5.4 support is experimental at the moment, see
# https://github.com/lgi-devs/lgi/pull/249
meta.broken = luaOlder "5.1" || luaAtLeast "5.4";
});
lmathx = prev.luaLib.overrideLuarocks prev.lmathx (drv: