ocamlPackages.reanalyze: disable for OCaml ≥ 5.3
This commit is contained in:
@@ -1,10 +1,14 @@
|
||||
{
|
||||
lib,
|
||||
ocaml,
|
||||
buildDunePackage,
|
||||
fetchFromGitHub,
|
||||
cppo,
|
||||
}:
|
||||
|
||||
lib.throwIf (lib.versionAtLeast ocaml.version "5.3")
|
||||
"reanalyze is not available for OCaml ${ocaml.version}"
|
||||
|
||||
buildDunePackage rec {
|
||||
pname = "reanalyze";
|
||||
version = "2.25.1";
|
||||
|
||||
Reference in New Issue
Block a user