mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 13:41:26 +00:00
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 a new issue