ocamlPackages.iter: disable tests for OCaml < 4.07
This commit is contained in:
parent
f8f892254a
commit
279b831d1b
@ -14,7 +14,7 @@ buildDunePackage rec {
|
|||||||
buildInputs = lib.optionals doCheck [ mdx.bin qtest ];
|
buildInputs = lib.optionals doCheck [ mdx.bin qtest ];
|
||||||
propagatedBuildInputs = [ result ];
|
propagatedBuildInputs = [ result ];
|
||||||
|
|
||||||
doCheck = lib.versionAtLeast ocaml.version "4.04";
|
doCheck = lib.versionAtLeast ocaml.version "4.07";
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://github.com/c-cube/sequence";
|
homepage = "https://github.com/c-cube/sequence";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user