From ad0112769982c19c5d0399adbba769d0421a5c78 Mon Sep 17 00:00:00 2001 From: Vincent Laporte Date: Sun, 7 Aug 2022 09:51:48 +0200 Subject: [PATCH] =?UTF-8?q?ocamlPackages.pythonlib:=20mark=20as=20broken?= =?UTF-8?q?=20with=20OCaml=20=E2=89=A5=204.14?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkgs/development/ocaml-modules/janestreet/0.15.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/ocaml-modules/janestreet/0.15.nix b/pkgs/development/ocaml-modules/janestreet/0.15.nix index 23ac7bf65531..dcb5d62c362d 100644 --- a/pkgs/development/ocaml-modules/janestreet/0.15.nix +++ b/pkgs/development/ocaml-modules/janestreet/0.15.nix @@ -785,6 +785,7 @@ with self; meta.description = "A library to help writing wrappers around ocaml code for python"; patches = lib.optional (lib.versionAtLeast ocaml.version "4.13") ./pythonlib.patch; propagatedBuildInputs = [ ppx_expect ppx_let ppx_python stdio typerep ]; + meta.broken = lib.versionAtLeast ocaml.version "4.14"; }; re2 = janePackage {