Skip to content

Commit

Permalink
ocamlPackages.melange: disable checks & disable for OCaml 5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vbgl committed Dec 8, 2024
1 parent dd51f52 commit ae100e5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pkgs/development/tools/ocaml/melange/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand All @@ -57,7 +59,7 @@ buildDunePackage {
menhirLib
ppxlib
];
doCheck = true;
doCheck = false;
nativeCheckInputs = [
jq
merlin
Expand Down

0 comments on commit ae100e5

Please sign in to comment.