alacritty: improve robustness of installPhase

gstqt5
Cole Helbling 2020-03-19 23:44:58 -07:00
parent e1053cb071
commit 8b2abebb23
No known key found for this signature in database
GPG Key ID: B37E0F2371016A4C
1 changed files with 1 additions and 1 deletions

View File

@ -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 ''