mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-21 08:01:31 +00:00
vimPlugins.vim-hybrid: override license to mit
(cherry picked from commit f4a445fd55)
This commit is contained in:
committed by
github-actions[bot]
parent
2ae8f80a7a
commit
5aa0e33e6f
@@ -5354,6 +5354,12 @@ assertNoAdditions {
|
||||
buildInputs = [ vim ];
|
||||
};
|
||||
|
||||
vim-hybrid = super.vim-hybrid.overrideAttrs (old: {
|
||||
meta = old.meta // {
|
||||
license = lib.licenses.mit;
|
||||
};
|
||||
});
|
||||
|
||||
vim-hypr-nav = super.vim-hypr-nav.overrideAttrs {
|
||||
runtimeDeps = [ jq ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user