vimPlugins.youcompleteme: patch default python path
This commit is contained in:
parent
cac1041ced
commit
ea5910a859
|
@ -890,6 +890,8 @@ rec {
|
||||||
|
|
||||||
buildPhase = ''
|
buildPhase = ''
|
||||||
patchShebangs .
|
patchShebangs .
|
||||||
|
substituteInPlace plugin/youcompleteme.vim \
|
||||||
|
--replace "'ycm_path_to_python_interpreter', '''" "'ycm_path_to_python_interpreter', '${python}/bin/python'"
|
||||||
|
|
||||||
mkdir build
|
mkdir build
|
||||||
pushd build
|
pushd build
|
||||||
|
|
|
@ -6,6 +6,8 @@
|
||||||
|
|
||||||
buildPhase = ''
|
buildPhase = ''
|
||||||
patchShebangs .
|
patchShebangs .
|
||||||
|
substituteInPlace plugin/youcompleteme.vim \
|
||||||
|
--replace "'ycm_path_to_python_interpreter', '''" "'ycm_path_to_python_interpreter', '${python}/bin/python'"
|
||||||
|
|
||||||
mkdir build
|
mkdir build
|
||||||
pushd build
|
pushd build
|
||||||
|
|
Loading…
Reference in New Issue