rust-analyzer: disable install check due to #93119

This commit is contained in:
oxalica 2020-07-14 21:51:50 +08:00
parent ddacdbc953
commit 26de7b3711
No known key found for this signature in database
GPG Key ID: CED392DE0C483D00

View File

@ -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)"