leiningen: Hardcode path to java.

...by setting JAVA_CMD in the wrapper.
This commit is contained in:
Moritz Ulrich
2014-03-07 13:32:10 +01:00
parent 29a906b2d8
commit be64949688
2 changed files with 3 additions and 2 deletions
@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
patches = ./lein_2.3.0.patch;
inherit rlwrap clojure gnupg findutils coreutils;
inherit rlwrap clojure gnupg findutils coreutils jdk;
builder = ./builder.sh;