racerd: init at 0.1.1

Needed for Rust YouCompleteMe support
This commit is contained in:
Brandon Kase
2016-05-14 01:28:08 -07:00
parent 3f0518ac4d
commit ea018f8339
4 changed files with 45 additions and 1 deletions
+5 -1
View File
@@ -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 \