librustzcash: improve robustness of installPhase

gstqt5
Maximilian Bosch 2020-03-19 09:39:14 +01:00 committed by Cole Helbling
parent 4f648dfda8
commit e1053cb071
No known key found for this signature in database
GPG Key ID: B37E0F2371016A4C
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ rustPlatform.buildRustPackage rec {
installPhase = ''
mkdir -p $out/lib
cp target/release/librustzcash.a $out/lib/
cp $releaseDir/librustzcash.a $out/lib/
mkdir -p $out/include
cp librustzcash/include/librustzcash.h $out/include/
'';