vimPlugins.vim-yapf: override license to mit

This commit is contained in:
Tomas Rivera
2026-05-26 10:43:56 +02:00
parent 957df4c1fd
commit ff849b47d7
@@ -5830,12 +5830,15 @@ assertNoAdditions {
buildInputs = [ xkb-switch ];
};
vim-yapf = super.vim-yapf.overrideAttrs {
vim-yapf = super.vim-yapf.overrideAttrs (old: {
buildPhase = ''
substituteInPlace ftplugin/python_yapf.vim \
--replace-fail '"yapf"' '"${python3.pkgs.yapf}/bin/yapf"'
'';
};
meta = old.meta // {
license = lib.licenses.mit;
};
});
vim-zettel = super.vim-zettel.overrideAttrs {
dependencies = with self; [