lua54Packages.lgi: mark as broken with Lua versions < 5.1 or >= 5.4
This commit is contained in:
parent
dc79d5b1b3
commit
492d273968
1 changed files with 4 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue