Merge pull request #114493 from NieDzejkob/tox-node

tox-node: fix build
This commit is contained in:
Sandro 2021-02-26 20:26:47 +01:00 committed by GitHub
commit a92c99e631
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,14 +21,6 @@ buildRustPackage rec {
SODIUM_USE_PKG_CONFIG = "yes";
installPhase = ''
runHook preInstall
install -D $releaseDir/tox-node $out/bin/tox-node
runHook postInstall
'';
doCheck = false;
cargoSha256 = "sha256-kCT2ulB+c2OlsABkyXyzrHfD/G92EPCdTO34FR5oSws=";