racerd: init at 0.1.1
Needed for Rust YouCompleteMe support
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# TODO check that no license information gets lost
|
||||
{ fetchurl, bash, stdenv, python, go, cmake, vim, vimUtils, perl, ruby, unzip
|
||||
, which, fetchgit, fetchFromGitHub, fetchhg, fetchzip, llvmPackages_38, zip
|
||||
, vim_configurable, vimPlugins, xkb_switch, git
|
||||
, vim_configurable, vimPlugins, xkb_switch, git, racerdRust
|
||||
, Cocoa ? null
|
||||
}:
|
||||
|
||||
@@ -953,6 +953,10 @@ rec {
|
||||
llvmPackages_38.llvm
|
||||
] ++ stdenv.lib.optional stdenv.isDarwin Cocoa;
|
||||
|
||||
propogatedBuildInputs = [
|
||||
racerdRust
|
||||
];
|
||||
|
||||
buildPhase = ''
|
||||
patchShebangs .
|
||||
substituteInPlace plugin/youcompleteme.vim \
|
||||
|
||||
@@ -4,6 +4,10 @@
|
||||
llvmPackages.llvm
|
||||
] ++ stdenv.lib.optional stdenv.isDarwin Cocoa;
|
||||
|
||||
propogatedBuildInputs = [
|
||||
racerdRust
|
||||
];
|
||||
|
||||
buildPhase = ''
|
||||
patchShebangs .
|
||||
substituteInPlace plugin/youcompleteme.vim \
|
||||
|
||||
Reference in New Issue
Block a user