abcl: force using OpenJDK 17 (specified upstream)
This commit is contained in:
committed by
Kasper Gałkowski
parent
993ce594b5
commit
16c4d07419
@@ -25241,7 +25241,11 @@ with pkgs;
|
||||
|
||||
# Armed Bear Common Lisp
|
||||
abcl = wrapLisp {
|
||||
pkg = callPackage ../development/compilers/abcl { };
|
||||
pkg = callPackage ../development/compilers/abcl {
|
||||
# https://armedbear.common-lisp.dev/ lists OpenJDK 17 as the highest
|
||||
# supported JDK.
|
||||
jdk = openjdk17;
|
||||
};
|
||||
faslExt = "abcl";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user