emacs-ensime: depend on scala-mode2 and sbt-mode

This commit is contained in:
Peter Simons 2014-09-06 13:30:37 +02:00
parent 1e92a86240
commit 6f819ef4f4

View File

@ -1,4 +1,4 @@
{ stdenv, fetchurl, emacs, unzip, autoComplete, dash, s }:
{ stdenv, fetchurl, emacs, unzip, autoComplete, dash, s, scalaMode2, sbtMode }:
stdenv.mkDerivation {
name = "emacs-ensime-2014-09-04";
@ -9,7 +9,7 @@ stdenv.mkDerivation {
};
buildInputs = [ emacs unzip ];
propagatedUserEnvPkgs = [ autoComplete dash s ];
propagatedUserEnvPkgs = [ autoComplete dash s scalaMode2 sbtMode ];
buildPhase = ''
emacs -L . -L ${autoComplete}/share/emacs/site-lisp --batch -f batch-byte-compile *.el