alacritty: improve robustness of installPhase
This commit is contained in:
parent
e1053cb071
commit
8b2abebb23
@ -95,7 +95,7 @@ rustPlatform.buildRustPackage rec {
|
||||
installPhase = ''
|
||||
runHook preInstall
|
||||
|
||||
install -D target/release/alacritty $out/bin/alacritty
|
||||
install -D $releaseDir/alacritty $out/bin/alacritty
|
||||
|
||||
'' + (
|
||||
if stdenv.isDarwin then ''
|
||||
|
Loading…
Reference in New Issue
Block a user