nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

ocamlPackages.arp: disable tests on Darwin

Niols 9684ea49 3365aa18

+3 -1
+3 -1
pkgs/development/ocaml-modules/arp/default.nix
··· 1 1 { lib 2 + , stdenv 2 3 , buildDunePackage 3 4 , fetchurl 4 5 , cstruct ··· 49 48 mirage-time 50 49 ]; 51 50 52 - doCheck = true; 51 + ## NOTE: As of 18 april 2023 and ARP version 3.0.0, tests fail on Darwin. 52 + doCheck = ! stdenv.isDarwin; 53 53 checkInputs = [ 54 54 alcotest 55 55 mirage-clock-unix