diff --git a/pkgs/applications/editors/vim/plugins/overrides.nix b/pkgs/applications/editors/vim/plugins/overrides.nix index 4495f4c1af95..2884442166ed 100644 --- a/pkgs/applications/editors/vim/plugins/overrides.nix +++ b/pkgs/applications/editors/vim/plugins/overrides.nix @@ -2900,13 +2900,16 @@ assertNoAdditions { ]; }; - neotest-mocha = super.neotest-mocha.overrideAttrs { + neotest-mocha = super.neotest-mocha.overrideAttrs (old: { dependencies = with self; [ neotest nvim-nio plenary-nvim ]; - }; + meta = old.meta // { + license = lib.licenses.mit; + }; + }); neotest-pest = super.neotest-pest.overrideAttrs { dependencies = with self; [