vimPlugins.vim-mediawiki-editor: fix python3Dependencies (#529150)

This commit is contained in:
Austin Horstman
2026-06-07 18:16:32 +00:00
committed by GitHub
@@ -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 ];
};
});