vimPlugins: fix youcompleteme on darwin
This commit is contained in:
committed by
Daiderd Jordan
parent
6f89369440
commit
0ca5879b5a
@@ -4,8 +4,11 @@
|
||||
llvmPackages.llvm
|
||||
] ++ stdenv.lib.optional stdenv.isDarwin Cocoa;
|
||||
|
||||
propagatedBuildInputs = [
|
||||
rustracerd
|
||||
propagatedBuildInputs = stdenv.lib.optional (!stdenv.isDarwin) rustracerd;
|
||||
|
||||
patches = [
|
||||
./patches/youcompleteme/1-top-cmake.patch
|
||||
./patches/youcompleteme/2-ycm-cmake.patch
|
||||
];
|
||||
|
||||
buildPhase = ''
|
||||
|
||||
Reference in New Issue
Block a user