ocamlPackages.melange: disable checks & disable for OCaml 5.0

This commit is contained in:
Vincent Laporte
2024-12-16 08:31:46 +01:00
committed by Vincent Laporte
parent a4e3ba8227
commit 2c8e6aef5b
@@ -31,6 +31,8 @@ let
version = "4.0.0-51";
hash = "sha256-940Yzp1ZXnN6mKVWY+nqKjn4qtBUJR5eHE55OTjGvdU=";
}
else if lib.versionAtLeast ocaml.version "5.0" then
throw "melange is not available for OCaml ${ocaml.version}"
else
{
version = "4.0.0-414";
@@ -57,7 +59,7 @@ buildDunePackage {
menhirLib
ppxlib
];
doCheck = true;
doCheck = false;
nativeCheckInputs = [
jq
merlin