forked from mirrors/nixpkgs
ocamlPackages.pythonlib: mark as broken with OCaml ≥ 4.14
This commit is contained in:
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 {
|
||||
|
|
Loading…
Reference in a new issue