zcash: update reference to cargoDepsCopy

This commit is contained in:
Ivar Scholten 2022-09-15 22:50:51 +02:00 committed by Bjørn Forsman
parent 91fa7c10a4
commit 7ca1c4517b

View file

@ -40,7 +40,7 @@ rustPlatform.buildRustPackage.override { inherit stdenv; } rec {
postPatch = ''
# Have to do this here instead of in preConfigure because
# cargoDepsCopy gets unset after postPatch.
configureFlagsArray+=("RUST_VENDORED_SOURCES=$NIX_BUILD_TOP/$cargoDepsCopy")
configureFlagsArray+=("RUST_VENDORED_SOURCES=$cargoDepsCopy")
'';
CXXFLAGS = [