2016-01-10 02:19:06 -08:00
|
|
|
buildPhase = ''
|
2016-01-16 11:14:49 -08:00
|
|
|
substituteInPlace plugin/youcompleteme.vim \
|
2017-02-09 20:58:27 -08:00
|
|
|
--replace "'ycm_path_to_python_interpreter', '''" \
|
|
|
|
"'ycm_path_to_python_interpreter', '${python}/bin/python'"
|
2016-01-10 02:19:06 -08:00
|
|
|
|
2017-02-09 20:58:27 -08:00
|
|
|
rm -r third_party/ycmd
|
|
|
|
ln -s ${ycmd}/lib/ycmd third_party
|
2016-01-10 02:19:06 -08:00
|
|
|
'';
|
|
|
|
|
|
|
|
meta = {
|
|
|
|
description = "Fastest non utf-8 aware word and C completion engine for Vim";
|
2018-06-27 13:12:57 -07:00
|
|
|
homepage = https://github.com/Valloric/YouCompleteMe;
|
2016-01-10 02:19:06 -08:00
|
|
|
license = stdenv.lib.licenses.gpl3;
|
|
|
|
maintainers = with stdenv.lib.maintainers; [marcweber jagajaga];
|
2016-01-19 13:41:31 -08:00
|
|
|
platforms = stdenv.lib.platforms.unix;
|
2016-01-10 02:19:06 -08:00
|
|
|
};
|