From 26de7b3711f8818a1c8d973ad81be5106e9c39da Mon Sep 17 00:00:00 2001 From: oxalica Date: Tue, 14 Jul 2020 21:51:50 +0800 Subject: [PATCH] rust-analyzer: disable install check due to #93119 --- pkgs/development/tools/rust/rust-analyzer/generic.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/development/tools/rust/rust-analyzer/generic.nix b/pkgs/development/tools/rust/rust-analyzer/generic.nix index d1dab3423bc..d5ac9eaa5ee 100644 --- a/pkgs/development/tools/rust/rust-analyzer/generic.nix +++ b/pkgs/development/tools/rust/rust-analyzer/generic.nix @@ -35,7 +35,8 @@ rustPlatform.buildRustPackage { export RUST_SRC_PATH=${rustPlatform.rustcSrc} ''; - doInstallCheck = true; + # Temporary disabled until #93119 is fixed. + doInstallCheck = false; installCheckPhase = '' runHook preInstallCheck versionOutput="$($out/bin/rust-analyzer --version)"