nim: disable checks on darwin

These time out for some reason:

https://hydra.nixos.org/job/nixpkgs/trunk/nim.x86_64-darwin
This commit is contained in:
Matthew Justin Bauer 2018-06-23 17:25:09 -04:00 committed by GitHub
parent 75a006c32e
commit 469cca0ac7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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