leo2: 1.6.2 → 1.7.0
Fix build with recent C++ compilers Use a more recent OCaml (4.05) (cherry picked from commit cafe9f88fc388a18e5437ffe01c359ab9467f21f)
This commit is contained in:
committed by
github-actions[bot]
parent
564cb4d81d
commit
95510a94a5
@@ -29739,7 +29739,7 @@ in
|
||||
mathlibtools = with python3Packages; toPythonApplication mathlibtools;
|
||||
|
||||
leo2 = callPackage ../applications/science/logic/leo2
|
||||
{ ocaml = ocaml-ng.ocamlPackages_4_01_0.ocaml; };
|
||||
{ inherit (ocaml-ng.ocamlPackages_4_05) ocaml camlp4; };
|
||||
|
||||
leo3-bin = callPackage ../applications/science/logic/leo3/binary.nix {};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user