clojure: use latest jdk

This commit is contained in:
Gabriel Ebner 2020-09-20 11:32:06 +02:00
parent effd6aa53a
commit ef4cbbabd1

View File

@ -1,4 +1,4 @@
{ stdenv, fetchurl, installShellFiles, jdk11, rlwrap, makeWrapper }:
{ stdenv, fetchurl, installShellFiles, jdk, rlwrap, makeWrapper }:
stdenv.mkDerivation rec {
pname = "clojure";
@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
installPhase =
let
binPath = stdenv.lib.makeBinPath [ rlwrap jdk11 ];
binPath = stdenv.lib.makeBinPath [ rlwrap jdk ];
in
''
mkdir -p $out/libexec