tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
0
fork
atom
nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
0
fork
atom
overview
issues
pulls
pipelines
ocamlPackages.arp: disable tests on Darwin
Niols
3 years ago
9684ea49
3365aa18
+3
-1
1 changed file
expand all
collapse all
unified
split
pkgs
development
ocaml-modules
arp
default.nix
+3
-1
pkgs/development/ocaml-modules/arp/default.nix
reviewed
···
1
1
{ lib
2
2
+
, stdenv
2
3
, buildDunePackage
3
4
, fetchurl
4
5
, cstruct
···
49
48
mirage-time
50
49
];
51
50
52
52
-
doCheck = true;
51
51
+
## NOTE: As of 18 april 2023 and ARP version 3.0.0, tests fail on Darwin.
52
52
+
doCheck = ! stdenv.isDarwin;
53
53
checkInputs = [
54
54
alcotest
55
55
mirage-clock-unix