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