proxmox-backup-client: use correct value for RUSTC_TARGET
Signed-off-by: Christoph Heiss <christoph@c8h4.io>
This commit is contained in:
@@ -118,7 +118,7 @@ rustPlatform.buildRustPackage {
|
||||
postBuild = ''
|
||||
make -C docs \
|
||||
DEB_VERSION=${version} DEB_VERSION_UPSTREAM=${version} \
|
||||
RUSTC_TARGET=${stdenv.hostPlatform.config} \
|
||||
RUSTC_TARGET=${stdenv.targetPlatform.rust.rustcTarget} \
|
||||
BUILD_MODE=release \
|
||||
proxmox-backup-client.1 pxar.1
|
||||
'';
|
||||
|
||||
Reference in New Issue
Block a user