forked from mirrors/nixpkgs
vimPlugins.youcompleteme: patch default python path
This commit is contained in:
parent
cac1041ced
commit
ea5910a859
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue