forked from mirrors/nixpkgs
ocamlPackages.pythonlib: disable for OCaml ≥ 4.13
This commit is contained in:
parent
b938417087
commit
3436dfc724
|
@ -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 ];
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue