ocamlPackages.accessor_core: mark as broken with OCaml ≥ 5.5

This commit is contained in:
Vincent Laporte 2026-06-25 08:13:11 +02:00
commit 61ae2648aa
No known key found for this signature in database

View file

@ -60,6 +60,7 @@ with self;
pname = "accessor_core";
hash = "sha256-ku83ZfLtVI8FvQhrKcnJmhmoNlYcVMKx1tor5N8Nq7M=";
meta.description = "Accessors for Core types, for use with the Accessor library";
meta.broken = lib.versionAtLeast ocaml.version "5.5";
propagatedBuildInputs = [
accessor_base
core_kernel