ocamlPackages.pythonlib: disable for OCaml ≥ 4.13

This commit is contained in:
Vincent Laporte 2022-02-25 10:03:02 +01:00 committed by Vincent Laporte
parent b938417087
commit 3436dfc724

View file

@ -666,6 +666,7 @@ with self;
pname = "pythonlib";
hash = "0qr0mh9jiv1ham5zlz9i4im23a1vh6x1yp6dp2db2s4icmfph639";
meta.description = "A library to help writing wrappers around ocaml code for python";
meta.broken = lib.versionAtLeast ocaml.version "4.13";
propagatedBuildInputs = [ ppx_expect ppx_let ppx_python stdio typerep ];
};