3
0
Fork 0
forked from mirrors/nixpkgs

ocamlPackages.pythonlib: mark as broken with OCaml ≥ 4.14

This commit is contained in:
Vincent Laporte 2022-08-07 09:51:48 +02:00 committed by Vincent Laporte
parent 2acd2d4eac
commit ad01127699

View file

@ -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 {