proxmox-backup-client: move RUSTFLAGS env variables into env for structuredAttrs
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user