Skip to content

Commit

Permalink
lua53Packages.vstruct: mark as not broken
Browse files Browse the repository at this point in the history
(cherry picked from commit a5e113f)
  • Loading branch information
vbgl committed Jun 20, 2023
1 parent 0b3c77b commit 2f5b6ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/lua-modules/overrides.nix
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,7 @@ with prev;
});

vstruct = prev.vstruct.overrideAttrs (_: {
meta.broken = (luaOlder "5.1" || luaAtLeast "5.3");
meta.broken = (luaOlder "5.1" || luaAtLeast "5.4");
});

vusted = prev.vusted.overrideAttrs (_: {
Expand Down

0 comments on commit 2f5b6ac

Please sign in to comment.