mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-17 17:44:44 +00:00
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:
commit
1b8a216bf7
@ -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 New Issue
Block a user