mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 22:03:54 +03:00
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}
|
||||
'';
|
||||
|
||||
doInstallCheck = true;
|
||||
# Temporary disabled until #93119 is fixed.
|
||||
doInstallCheck = false;
|
||||
installCheckPhase = ''
|
||||
runHook preInstallCheck
|
||||
versionOutput="$($out/bin/rust-analyzer --version)"
|
||||
|
Loading…
Reference in New Issue
Block a user