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