Merge pull request #220034 from wegank/tlaps-ocaml

tlaps: migrate to OCaml 4.14
This commit is contained in:
Weijia Wang 2023-03-08 03:05:02 +02:00 committed by GitHub
commit 1eeea1f192
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -37266,7 +37266,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 {};