devpi-client: move env vars into env for structuredAttrs
This commit is contained in:
@@ -60,7 +60,7 @@ python3.pkgs.buildPythonApplication (finalAttrs: {
|
||||
"--fast"
|
||||
];
|
||||
|
||||
LC_ALL = "en_US.UTF-8";
|
||||
env.LC_ALL = "en_US.UTF-8";
|
||||
|
||||
__darwinAllowLocalNetworking = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user