Merge pull request #220034 from wegank/tlaps-ocaml
tlaps: migrate to OCaml 4.14
This commit is contained in:
@@ -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 {};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user