3
0
Fork 0
forked from mirrors/nixpkgs

clojure: use latest java LTS

This commit is contained in:
José Luis Lafuente 2022-09-11 22:07:03 +02:00
parent 44ef157f55
commit 19cd03d456
No known key found for this signature in database
GPG key ID: 8A3455EBE455489A

View file

@ -14963,7 +14963,7 @@ with pkgs;
clojure = callPackage ../development/interpreters/clojure {
# set this to an LTS version of java
jdk = jdk11;
jdk = jdk17;
};
clojure-lsp = callPackage ../development/tools/misc/clojure-lsp { };