mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 02:44:30 +00:00
ocamlPackages.syslog-message: disable tests with OCaml < 4.08
This commit is contained in:
parent
09f33fd8aa
commit
6f85b0fa7b
@ -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…
Reference in New Issue
Block a user