about summary refs log tree commit diff
path: root/pkgs/development/tools/rust/racer
diff options
context:
space:
mode:
authorrobmike <mike-github@stigmergia.com>2015-01-23 21:12:22 -0500
committerrobmike <mike-github@stigmergia.com>2015-01-23 21:12:22 -0500
commit9d6bad0b9e0efab9b8d42981fc258dd84e7dade8 (patch)
tree3a4c681b9e32727bc8bae6d3ea08e0b57e2154ab /pkgs/development/tools/rust/racer
parentf315b7d74afff801766f42cdf7f18f017ec730a9 (diff)
downloadnixlib-9d6bad0b9e0efab9b8d42981fc258dd84e7dade8.tar
nixlib-9d6bad0b9e0efab9b8d42981fc258dd84e7dade8.tar.gz
nixlib-9d6bad0b9e0efab9b8d42981fc258dd84e7dade8.tar.bz2
nixlib-9d6bad0b9e0efab9b8d42981fc258dd84e7dade8.tar.lz
nixlib-9d6bad0b9e0efab9b8d42981fc258dd84e7dade8.tar.xz
nixlib-9d6bad0b9e0efab9b8d42981fc258dd84e7dade8.tar.zst
nixlib-9d6bad0b9e0efab9b8d42981fc258dd84e7dade8.zip
Install racer.el
Diffstat (limited to 'pkgs/development/tools/rust/racer')
-rw-r--r--pkgs/development/tools/rust/racer/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/tools/rust/racer/default.nix b/pkgs/development/tools/rust/racer/default.nix
index 7c441b373af8..d07f7fd28e93 100644
--- a/pkgs/development/tools/rust/racer/default.nix
+++ b/pkgs/development/tools/rust/racer/default.nix
@@ -19,6 +19,8 @@ stdenv.mkDerivation rec {
     mkdir -p $out/bin
     cp -p target/release/racer $out/bin/
     wrapProgram $out/bin/racer --set RUST_SRC_PATH "${rustc.src}/src"
+    install -d $out/share/emacs/site-lisp
+    install "editors/"*.el $out/share/emacs/site-lisp
   '';
 
   meta = with stdenv.lib; {