Merge pull request #309936 from kiike/zhf/lua54pkgs/lgi

lua54Packages.lgi: mark as broken with Lua versions < 5.1 or >= 5.4
This commit is contained in:
7c6f434c 2024-05-08 10:09:06 +00:00 committed by GitHub
commit 1b8a216bf7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

@ -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: