python3Modules.mitmproxy-linux: move RUSTFLAGS env variables into env for structuredAttrs

This commit is contained in:
Stefan Frijters
2026-01-07 21:40:43 +01:00
parent a4f3159013
commit b4088bcecb
@@ -26,8 +26,10 @@ buildPythonPackage {
patch -p1 < tmp.diff
'';
RUSTFLAGS = "-C target-feature=";
RUSTC_BOOTSTRAP = 1;
env = {
RUSTFLAGS = "-C target-feature=";
RUSTC_BOOTSTRAP = 1;
};
buildAndTestSubdir = "mitmproxy-linux";