abella: use OCaml 4.12
This commit is contained in:
parent
251f4cddca
commit
ed7b551601
1 changed files with 3 additions and 1 deletions
|
@ -32362,7 +32362,9 @@ with pkgs;
|
|||
|
||||
abc-verifier = callPackage ../applications/science/logic/abc {};
|
||||
|
||||
abella = callPackage ../applications/science/logic/abella { };
|
||||
abella = callPackage ../applications/science/logic/abella {
|
||||
ocamlPackages = ocaml-ng.ocamlPackages_4_12;
|
||||
};
|
||||
|
||||
acgtk = callPackage ../applications/science/logic/acgtk {};
|
||||
|
||||
|
|
Loading…
Reference in a new issue