python3Packages.tqdm: move LC_ALL into env for structuredAttrs
This commit is contained in:
@@ -50,7 +50,7 @@ buildPythonPackage rec {
|
||||
# Too sensitive for on Hydra.
|
||||
disabledTests = [ "perf" ];
|
||||
|
||||
LC_ALL = "en_US.UTF-8";
|
||||
env.LC_ALL = "en_US.UTF-8";
|
||||
|
||||
pythonImportsCheck = [ "tqdm" ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user