vimPlugins.vim-mediawiki-editor: fix python3Dependencies

This commit is contained in:
Austin Horstman
2026-06-07 09:23:48 -05:00
parent 9ee242e358
commit a7f60f8308
@@ -5318,7 +5318,7 @@ assertNoAdditions {
vim-mediawiki-editor = super.vim-mediawiki-editor.overrideAttrs (old: {
passthru = old.passthru // {
python3Dependencies = [ python3.pkgs.mwclient ];
python3Dependencies = ps: [ ps.mwclient ];
};
});