mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-11-09 16:18:34 +01:00
ocamlPackages.kcas: disable tests with OCaml 5.4
This commit is contained in:
parent
94f636550b
commit
65f869a0e6
|
|
@ -2,6 +2,7 @@
|
|||
lib,
|
||||
buildDunePackage,
|
||||
fetchurl,
|
||||
ocaml,
|
||||
domain-local-await,
|
||||
domain-local-timeout,
|
||||
alcotest,
|
||||
|
|
@ -29,7 +30,7 @@ buildDunePackage rec {
|
|||
backoff
|
||||
];
|
||||
|
||||
doCheck = true;
|
||||
doCheck = !lib.versionAtLeast ocaml.version "5.4";
|
||||
nativeCheckInputs = [ mdx.bin ];
|
||||
checkInputs = [
|
||||
alcotest
|
||||
|
|
|
|||
Loading…
Reference in a new issue