summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/janestreet
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2021-04-20 05:33:36 +0200
committerVincent Laporte <vbgl@users.noreply.github.com>2021-04-27 08:42:50 +0200
commit8984dee07e2cc5db541a7ab841d258146e3baf8e (patch)
tree71df402f21ace474ea594993addc88e149543798 /pkgs/development/ocaml-modules/janestreet
parent1a7f327cb6e2d2961aeddba62d9fa042de8433aa (diff)
downloadnixpkgs-8984dee07e2cc5db541a7ab841d258146e3baf8e.tar
nixpkgs-8984dee07e2cc5db541a7ab841d258146e3baf8e.tar.gz
nixpkgs-8984dee07e2cc5db541a7ab841d258146e3baf8e.tar.bz2
nixpkgs-8984dee07e2cc5db541a7ab841d258146e3baf8e.tar.lz
nixpkgs-8984dee07e2cc5db541a7ab841d258146e3baf8e.tar.xz
nixpkgs-8984dee07e2cc5db541a7ab841d258146e3baf8e.tar.zst
nixpkgs-8984dee07e2cc5db541a7ab841d258146e3baf8e.zip
ocamlPackages.accessor_core: mark as broken with OCaml ≥ 4.12
Diffstat (limited to 'pkgs/development/ocaml-modules/janestreet')
-rw-r--r--pkgs/development/ocaml-modules/janestreet/0.14.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/ocaml-modules/janestreet/0.14.nix b/pkgs/development/ocaml-modules/janestreet/0.14.nix
index eb429b2bb6d..e348c5d9325 100644
--- a/pkgs/development/ocaml-modules/janestreet/0.14.nix
+++ b/pkgs/development/ocaml-modules/janestreet/0.14.nix
@@ -1,4 +1,5 @@
 { self
+, lib
 , openssl
 , zstd
 }:
@@ -40,6 +41,7 @@ with self;
     version = "0.14.1";
     hash = "1cdkv34m6czhacivpbb2sasj83fgcid6gnqk30ig9i84z8nh2gw2";
     meta.description = "Accessors for Core types, for use with the Accessor library";
+    meta.broken = lib.versionAtLeast ocaml.version "4.12";
     propagatedBuildInputs = [ accessor_base core_kernel ];
   };