lua53Packages.vstruct: mark as not broken
This commit is contained in:
parent
156dec6cf7
commit
03ddc75701
1 changed files with 1 additions and 1 deletions
|
@ -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 (_: {
|
||||
|
|
Loading…
Reference in a new issue