mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
vimPlugins.whitespace-nvim: override license to mit
(cherry picked from commit b2577b6633)
This commit is contained in:
committed by
github-actions[bot]
parent
3aceba606e
commit
15bb2dbda5
@@ -6005,6 +6005,12 @@ assertNoAdditions {
|
||||
];
|
||||
};
|
||||
|
||||
whitespace-nvim = super.whitespace-nvim.overrideAttrs (old: {
|
||||
meta = old.meta // {
|
||||
license = lib.licenses.mit;
|
||||
};
|
||||
});
|
||||
|
||||
wiki-vim = super.wiki-vim.overrideAttrs {
|
||||
checkInputs = [
|
||||
# Optional picker integration
|
||||
|
||||
Reference in New Issue
Block a user