tlaplus: use jre8
This commit is contained in:
parent
7533579fed
commit
3aab81d3d1
1 changed files with 3 additions and 1 deletions
|
@ -26369,7 +26369,9 @@ in
|
|||
z3 = callPackage ../applications/science/logic/z3 { python = python2; };
|
||||
z3-tptp = callPackage ../applications/science/logic/z3/tptp.nix {};
|
||||
|
||||
tlaplus = callPackage ../applications/science/logic/tlaplus {};
|
||||
tlaplus = callPackage ../applications/science/logic/tlaplus {
|
||||
jre = jre8; # TODO: remove override https://github.com/NixOS/nixpkgs/pull/89731
|
||||
};
|
||||
tlaps = callPackage ../applications/science/logic/tlaplus/tlaps.nix {
|
||||
inherit (ocaml-ng.ocamlPackages_4_05) ocaml;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue