vim-yapf: fix evaluation
/cc @Mic92
This commit is contained in:
parent
e10d7655dc
commit
dbefaeaab2
@ -1183,7 +1183,7 @@ rec {
|
||||
dependencies = [];
|
||||
buildPhase = ''
|
||||
substituteInPlace ftplugin/python_yapf.vim \
|
||||
--replace '"yapf"' '"${pkgs.yapf}/bin/yapf"'
|
||||
--replace '"yapf"' '"${pythonPackages.yapf}/bin/yapf"'
|
||||
'';
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user