Files
nixpkgs/pkgs
Dmitry Kalinkin f37c7e01d5 youcompleteme: fix compilation
1) Replace --system-libclang with an explicit setting for the path to
nix libclang 3.9. Otherwise it will find system's libclang on darwin.

2) Remove clang/llvm from build inputs. This prevents ycm itself from
being compiled by clang 3.9. stdenv's standard compiler (gcc or
clang 3.7) will suffice.

3) Enable C++11 again as #16212 is caused by incopatibility between
clang 3.9 and libc++ 3.7, but we don't compile YCM with clang 3.9, so
this is not needed anymore.
2017-01-01 17:35:16 -05:00
..
2016-12-30 12:30:35 +01:00
2016-12-29 11:21:57 +01:00
2016-12-28 06:43:10 -06:00
2016-12-30 16:18:28 +01:00
2016-12-29 02:33:39 +01:00
2017-01-01 17:35:16 -05:00
2016-12-28 21:04:51 -05:00
2016-12-21 21:21:59 +01:00