proxmox-backup-client: move RUSTFLAGS env variables into env for structuredAttrs

This commit is contained in:
Stefan Frijters
2026-01-07 21:40:41 +01:00
parent 9a05cd27ea
commit 5ba23e33e5
@@ -124,13 +124,14 @@ rustPlatform.buildRustPackage {
"--bin=pxar"
];
RUSTFLAGS = [ "-L.dep-stubs" ];
env = {
RUSTFLAGS = toString [ "-L.dep-stubs" ];
# pbs-buildcfg requires this set, would be the git commit id
REPOID = "";
};
doCheck = false;
# pbs-buildcfg requires this set, would be the git commit id
REPOID = "";
nativeBuildInputs = [
pkgconf
rustPlatform.bindgenHook