cubicle: use OCaml 4.14

This commit is contained in:
Vincent Laporte 2024-01-10 06:35:37 +01:00 committed by Vincent Laporte
parent 7ff0562792
commit cf416a1fed

View File

@ -39448,7 +39448,9 @@ with pkgs;
crypto-org-wallet = callPackage ../applications/blockchains/crypto-org-wallet { };
cubicle = callPackage ../applications/science/logic/cubicle { };
cubicle = callPackage ../applications/science/logic/cubicle {
ocamlPackages = ocaml-ng.ocamlPackages_4_14;
};
cvc3 = callPackage ../applications/science/logic/cvc3 {
gmp = lib.overrideDerivation gmp (_: { dontDisableStatic = true; });