diff --git a/pkgs/development/compilers/rust/rustc.nix b/pkgs/development/compilers/rust/rustc.nix index e9df84a96a0..e98333d4d74 100644 --- a/pkgs/development/compilers/rust/rustc.nix +++ b/pkgs/development/compilers/rust/rustc.nix @@ -115,6 +115,7 @@ stdenv.mkDerivation { preCheck = "export TZDIR=${tzdata}/share/zoneinfo"; - doCheck = true; + # Disable doCheck on Darwin to work around upstream issue + doCheck = !stdenv.isDarwin; dontSetConfigureCross = true; }