nim: disable checks on darwin

These time out for some reason:

https://hydra.nixos.org/job/nixpkgs/trunk/nim.x86_64-darwin
wip/yesman
Matthew Justin Bauer 6 years ago committed by GitHub
parent 75a006c32e
commit 469cca0ac7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      pkgs/development/compilers/nim/default.nix

@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
sha256 = "45c74adb35f08dfa9add1112ae17330e5d902ebb4a36e7046caee8b79e6f3bd0";
};
doCheck = true;
doCheck = !stdenv.isDarwin;
enableParallelBuilding = true;

Loading…
Cancel
Save