turses: move env vars into env for structuredAttrs

This commit is contained in:
Stefan Frijters
2026-02-19 17:43:18 +01:00
parent 817491c5bc
commit d7819c97bc
+1 -1
View File
@@ -71,7 +71,7 @@ buildPythonPackage rec {
tox
];
LC_ALL = "en_US.UTF-8";
env.LC_ALL = "en_US.UTF-8";
patches = [
(fetchpatch {