tox-node: improve robustness of installPhase

This commit is contained in:
Cole Helbling
2020-04-12 14:07:30 -07:00
parent 699103e2da
commit 857bf884f4
+1 -1
View File
@@ -24,7 +24,7 @@ buildRustPackage rec {
installPhase = ''
runHook preInstall
install -D target/release/tox-node $out/bin/tox-node
install -D $releaseDir/tox-node $out/bin/tox-node
runHook postInstall
'';