popsicle: update reference to cargoDepsCopy

This commit is contained in:
Ivar Scholten 2022-09-15 22:49:37 +02:00 committed by Bjørn Forsman
parent 987d32bbac
commit 91fa7c10a4

View File

@ -49,7 +49,7 @@ rustPlatform.buildRustPackage.override { stdenv = 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")
'';
makeFlags = [