vimPlugins.vim-yapf: fix evaluation
This commit is contained in:
parent
61a177a517
commit
f7c7a4cde1
@ -1273,7 +1273,7 @@ rec {
|
||||
dependencies = [];
|
||||
buildPhase = ''
|
||||
substituteInPlace ftplugin/python_yapf.vim \
|
||||
--replace '"yapf"' '"${pkgs.yapf}/bin/yapf"'
|
||||
--replace '"yapf"' '"${python3Packages.yapf}/bin/yapf"'
|
||||
'';
|
||||
};
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
buildPhase = ''
|
||||
substituteInPlace ftplugin/python_yapf.vim \
|
||||
--replace '"yapf"' '"${pkgs.yapf}/bin/yapf"'
|
||||
--replace '"yapf"' '"${python3Packages.yapf}/bin/yapf"'
|
||||
'';
|
||||
|
Loading…
Reference in New Issue
Block a user