rust-analyzer: disable install check due to #93119
This commit is contained in:
parent
ddacdbc953
commit
26de7b3711
@ -35,7 +35,8 @@ rustPlatform.buildRustPackage {
|
|||||||
export RUST_SRC_PATH=${rustPlatform.rustcSrc}
|
export RUST_SRC_PATH=${rustPlatform.rustcSrc}
|
||||||
'';
|
'';
|
||||||
|
|
||||||
doInstallCheck = true;
|
# Temporary disabled until #93119 is fixed.
|
||||||
|
doInstallCheck = false;
|
||||||
installCheckPhase = ''
|
installCheckPhase = ''
|
||||||
runHook preInstallCheck
|
runHook preInstallCheck
|
||||||
versionOutput="$($out/bin/rust-analyzer --version)"
|
versionOutput="$($out/bin/rust-analyzer --version)"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user