forked from mirrors/nixpkgs
ocamlPackages.lru: disable tests with OCaml < 4.08
This commit is contained in:
parent
6f85b0fa7b
commit
c5a5f7b13d
|
@ -13,7 +13,7 @@ buildDunePackage rec {
|
|||
|
||||
propagatedBuildInputs = [ psq ];
|
||||
|
||||
doCheck = lib.versionAtLeast ocaml.version "4.05";
|
||||
doCheck = lib.versionAtLeast ocaml.version "4.08";
|
||||
checkInputs = [ qcheck-alcotest ];
|
||||
|
||||
meta = {
|
||||
|
|
Loading…
Reference in a new issue