tlaps: migrate to OCaml 4.14
This commit is contained in:
parent
acdc303ed7
commit
8460c8b124
1 changed files with 1 additions and 1 deletions
|
@ -37256,7 +37256,7 @@ with pkgs;
|
|||
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;
|
||||
inherit (ocaml-ng.ocamlPackages_4_14_unsafe_string) ocaml;
|
||||
};
|
||||
tlaplusToolbox = callPackage ../applications/science/logic/tlaplus/toolbox.nix {};
|
||||
|
||||
|
|
Loading…
Reference in a new issue