ocamlPackages.pythonlib: mark as broken with OCaml ≥ 4.14

This commit is contained in:
Vincent Laporte
2022-08-16 16:49:05 +02:00
committed by Vincent Laporte
parent 2acd2d4eac
commit ad01127699
@@ -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 {