mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 04:02:10 +00:00
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