mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
ocamlPackages.accessor_core: mark as broken with OCaml ≥ 5.5
This commit is contained in:
parent
eaa1851d42
commit
61ae2648aa
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue