mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 13:41:26 +00:00
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:
parent
75a006c32e
commit
469cca0ac7
|
@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
|
|||
sha256 = "45c74adb35f08dfa9add1112ae17330e5d902ebb4a36e7046caee8b79e6f3bd0";
|
||||
};
|
||||
|
||||
doCheck = true;
|
||||
doCheck = !stdenv.isDarwin;
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
|
|
Loading…
Reference in a new issue