lua54Packages.vstruct: mark broken

This commit is contained in:
Matthieu Coudron 2023-04-19 01:33:44 +02:00
parent e25dc4a95e
commit fc95204368

View File

@ -532,6 +532,11 @@ with prev;
make all
'';
});
vstruct = prev.vstruct.overrideAttrs (_: {
meta.broken = (luaOlder "5.1" || luaAtLeast "5.3");
});
vusted = prev.vusted.overrideAttrs (_: {
# make sure vusted_entry.vim doesn't get wrapped
postInstall = ''