ocamlPackages.arp: disable tests on Darwin

This commit is contained in:
Niols 2023-04-18 16:31:23 +01:00
parent 3365aa18eb
commit 9684ea4910
No known key found for this signature in database
GPG key ID: 0B4EB01A5527EA54

View file

@ -1,4 +1,5 @@
{ lib { lib
, stdenv
, buildDunePackage , buildDunePackage
, fetchurl , fetchurl
, cstruct , cstruct
@ -48,7 +49,8 @@ buildDunePackage rec {
mirage-time mirage-time
]; ];
doCheck = true; ## NOTE: As of 18 april 2023 and ARP version 3.0.0, tests fail on Darwin.
doCheck = ! stdenv.isDarwin;
checkInputs = [ checkInputs = [
alcotest alcotest
mirage-clock-unix mirage-clock-unix