rustracer: fix default RUST_SRC_PATH

This commit is contained in:
Daniël de Kok 2019-10-06 09:56:55 +02:00
parent 0e49168cc6
commit 36164541c5
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ rustPlatform.buildRustPackage rec {
RUST_SRC_PATH = rustPlatform.rustcSrc;
postInstall = ''
wrapProgram $out/bin/racer --set-default RUST_SRC_PATH $rustcSrc
wrapProgram $out/bin/racer --set-default RUST_SRC_PATH ${rustPlatform.rustcSrc}
'';
checkPhase = ''