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
(cherry picked from commit 2c8e6ae)
  • Loading branch information
vbgl authored and github-actions[bot] committed Dec 16, 2024
1 parent 48d12d5 commit 0c83113
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 0c83113

Please sign in to comment.