From 9684ea491023a27797dfbb6fe4ce3f1167fb4c2d Mon Sep 17 00:00:00 2001 From: Niols Date: Tue, 18 Apr 2023 16:31:23 +0100 Subject: [PATCH] ocamlPackages.arp: disable tests on Darwin --- pkgs/development/ocaml-modules/arp/default.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pkgs/development/ocaml-modules/arp/default.nix b/pkgs/development/ocaml-modules/arp/default.nix index 63c1e090662..7184ef49bc1 100644 --- a/pkgs/development/ocaml-modules/arp/default.nix +++ b/pkgs/development/ocaml-modules/arp/default.nix @@ -1,4 +1,5 @@ { lib +, stdenv , buildDunePackage , fetchurl , cstruct @@ -48,7 +49,8 @@ buildDunePackage rec { mirage-time ]; - doCheck = true; + ## NOTE: As of 18 april 2023 and ARP version 3.0.0, tests fail on Darwin. + doCheck = ! stdenv.isDarwin; checkInputs = [ alcotest mirage-clock-unix