ocamlPackages.syslog-message: disable tests with OCaml < 4.08

main
Vincent Laporte 3 years ago committed by Vincent Laporte
parent 09f33fd8aa
commit 6f85b0fa7b
  1. 3
      pkgs/development/ocaml-modules/syslog-message/default.nix

@ -1,4 +1,5 @@
{ lib, buildDunePackage, fetchurl
, ocaml
, astring, ptime, rresult, qcheck
}:
@ -21,7 +22,7 @@ buildDunePackage rec {
rresult
];
doCheck = true;
doCheck = lib.versionAtLeast ocaml.version "4.08";
checkInputs = [
qcheck
];

Loading…
Cancel
Save