acgtk: use OCaml 4.05

This commit is contained in:
Vincent Laporte 2018-08-21 12:54:19 +00:00
parent 28ee1ae69d
commit c81d4f800e
No known key found for this signature in database
GPG Key ID: EBD582ADDDB1F81F

View File

@ -20835,7 +20835,9 @@ with pkgs;
abella = callPackage ../applications/science/logic/abella {};
acgtk = callPackage ../applications/science/logic/acgtk { };
acgtk = callPackage ../applications/science/logic/acgtk {
ocamlPackages = ocaml-ng.ocamlPackages_4_05;
};
alt-ergo = callPackage ../applications/science/logic/alt-ergo { };