tox-node: improve robustness of installPhase

This commit is contained in:
Cole Helbling 2020-03-19 23:47:12 -07:00
parent 699103e2da
commit 857bf884f4
No known key found for this signature in database
GPG Key ID: B37E0F2371016A4C

View File

@ -24,7 +24,7 @@ buildRustPackage rec {
installPhase = '' installPhase = ''
runHook preInstall runHook preInstall
install -D target/release/tox-node $out/bin/tox-node install -D $releaseDir/tox-node $out/bin/tox-node
runHook postInstall runHook postInstall
''; '';