mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 10:53:52 +00:00
lua54Packages.vstruct: mark broken
This commit is contained in:
parent
e25dc4a95e
commit
fc95204368
@ -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 = ''
|
||||
|
Loading…
Reference in New Issue
Block a user