vimPlugins.youcompleteme: patch default python path

This commit is contained in:
Daiderd Jordan 2016-01-16 20:14:49 +01:00
parent cac1041ced
commit ea5910a859
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