python3Packages.tqdm: move LC_ALL into env for structuredAttrs

This commit is contained in:
Stefan Frijters
2026-02-28 13:51:30 +01:00
parent bdb30919ce
commit 06bb6c2dde
@@ -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" ];