ocamlPackages.ppx_import: mark as broken with OCaml ≥ 5.5

This commit is contained in:
Vincent Laporte
2026-06-25 08:13:13 +02:00
parent 61ae2648aa
commit 463b1ae1c6
@@ -1,6 +1,7 @@
{
lib,
fetchurl,
ocaml,
buildDunePackage,
ounit,
ppx_deriving,
@@ -53,5 +54,6 @@ buildDunePackage {
description = "Syntax extension for importing declarations from interface files";
license = lib.licenses.mit;
homepage = "https://github.com/ocaml-ppx/ppx_import";
broken = lib.versionAtLeast ocaml.version "5.5";
};
}