Merge pull request #12430 from LnL7/youcompleteme-python-path

vimPlugins.youcompleteme: patch default python path
This commit is contained in:
Arseniy Seroka 2016-01-16 23:11:26 +03:00
commit 647cc4ff10
2 changed files with 4 additions and 0 deletions

View file

@ -890,6 +890,8 @@ rec {
buildPhase = ''
patchShebangs .
substituteInPlace plugin/youcompleteme.vim \
--replace "'ycm_path_to_python_interpreter', '''" "'ycm_path_to_python_interpreter', '${python}/bin/python'"
mkdir build
pushd build

View file

@ -6,6 +6,8 @@
buildPhase = ''
patchShebangs .
substituteInPlace plugin/youcompleteme.vim \
--replace "'ycm_path_to_python_interpreter', '''" "'ycm_path_to_python_interpreter', '${python}/bin/python'"
mkdir build
pushd build