Loading pkgs/development/ocaml-modules/arp/default.nix +3 −1 Original line number Diff line number Diff line { lib , stdenv , buildDunePackage , fetchurl , cstruct Loading Loading @@ -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 Loading Loading
pkgs/development/ocaml-modules/arp/default.nix +3 −1 Original line number Diff line number Diff line { lib , stdenv , buildDunePackage , fetchurl , cstruct Loading Loading @@ -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 Loading