ycmd: Fix build on darwin
Fixes #299594, which was caused by a .so file in ycmd/third_party/jedi_deps/jedi/test/examples/init_extension_module Also reduces output size; we don't need to ship tests of dependencies.
This commit is contained in:
parent
c59f26f329
commit
fb037b6dac
1 changed files with 1 additions and 0 deletions
|
@ -56,6 +56,7 @@ stdenv.mkDerivation {
|
|||
# symlink completion backends where ycmd expects them
|
||||
installPhase = ''
|
||||
rm -rf ycmd/tests
|
||||
find third_party -type d -name "test" -exec rm -rf {} +
|
||||
|
||||
chmod +x ycmd/__main__.py
|
||||
sed -i "1i #!${python.interpreter}\
|
||||
|
|
Loading…
Reference in a new issue