hol_light: use default version of OCaml

This commit is contained in:
Vincent Laporte 2023-08-04 18:25:12 +02:00 committed by Vincent Laporte
parent 032f6c6f93
commit fb5e53615b

View file

@ -39263,7 +39263,7 @@ with pkgs;
hol = callPackage ../applications/science/logic/hol { };
inherit (ocaml-ng.ocamlPackages_4_12) hol_light;
inherit (ocamlPackages) hol_light;
hologram = callPackage ../tools/security/hologram { };