Skip to content

Commit

Permalink
Merge pull request #309936 from kiike/zhf/lua54pkgs/lgi
Browse files Browse the repository at this point in the history
lua54Packages.lgi: mark as broken with Lua versions < 5.1 or >= 5.4
  • Loading branch information
7c6f434c authored May 8, 2024
2 parents fc5e589 + 492d273 commit 1b8a216
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkgs/development/lua-modules/overrides.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 1b8a216

Please sign in to comment.