ocamlPackages.ppx_cstruct: disable tests for OCaml ≥ 5.1
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
{ lib, buildDunePackage, cstruct, sexplib, ppxlib
|
{ lib, buildDunePackage, ocaml, cstruct, sexplib, ppxlib
|
||||||
, ocaml-migrate-parsetree-2
|
, ocaml-migrate-parsetree-2
|
||||||
, ounit, cppo, ppx_sexp_conv, cstruct-unix, cstruct-sexp
|
, ounit, cppo, ppx_sexp_conv, cstruct-unix, cstruct-sexp
|
||||||
}:
|
}:
|
||||||
@@ -15,7 +15,7 @@ else
|
|||||||
|
|
||||||
propagatedBuildInputs = [ cstruct ppxlib sexplib ];
|
propagatedBuildInputs = [ cstruct ppxlib sexplib ];
|
||||||
|
|
||||||
doCheck = true;
|
doCheck = !lib.versionAtLeast ocaml.version "5.1";
|
||||||
nativeCheckInputs = [ cppo ];
|
nativeCheckInputs = [ cppo ];
|
||||||
checkInputs = [ ounit ppx_sexp_conv cstruct-sexp cstruct-unix ocaml-migrate-parsetree-2 ];
|
checkInputs = [ ounit ppx_sexp_conv cstruct-sexp cstruct-unix ocaml-migrate-parsetree-2 ];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user