mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 00:53:12 +03:00
vimPlugins.vim-wakatime: python2 -> python3
This commit is contained in:
parent
748088becd
commit
c4d3365d2e
@ -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: {
|
||||
|
Loading…
Reference in New Issue
Block a user