Skip to content

Commit ae67b8f

Browse files
committed
python3Modules.mitmproxy-linux: fix for structuredAttrs
1 parent 31f7f52 commit ae67b8f

File tree

1 file changed

+4
-2
lines changed
  • pkgs/development/python-modules/mitmproxy-linux

1 file changed

+4
-2
lines changed

pkgs/development/python-modules/mitmproxy-linux/default.nix

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,10 @@ buildPythonPackage {
2626
patch -p1 < tmp.diff
2727
'';
2828

29-
RUSTFLAGS = "-C target-feature=";
30-
RUSTC_BOOTSTRAP = 1;
29+
env = {
30+
RUSTFLAGS = "-C target-feature=";
31+
RUSTC_BOOTSTRAP = 1;
32+
};
3133

3234
buildAndTestSubdir = "mitmproxy-linux";
3335

0 commit comments

Comments
 (0)