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