vimPlugins.vim-wakatime: python2 -> python3

This commit is contained in:
Thiago Kenji Okada 2022-12-02 09:50:39 +00:00
parent 748088becd
commit c4d3365d2e

View File

@ -10,7 +10,6 @@
, substituteAll
# Language dependencies
, python2
, python3
, rustPlatform
@ -1192,7 +1191,7 @@ self: super: {
});
vim-wakatime = super.vim-wakatime.overrideAttrs (old: {
buildInputs = [ python2 ];
buildInputs = [ python3 ];
});
vim-xdebug = super.vim-xdebug.overrideAttrs (old: {