python3Packages.cython: move LC_ALL into env for structuredAttrs

This commit is contained in:
Stefan Frijters
2026-02-28 13:51:23 +01:00
parent 6dad0a0790
commit d455e31613
+1 -1
View File
@@ -58,7 +58,7 @@ buildPythonPackage rec {
ncurses
];
LC_ALL = "en_US.UTF-8";
env.LC_ALL = "en_US.UTF-8";
patches = [
# backport Cython 3.0 trashcan support (https://github.com/cython/cython/pull/2842) to 0.X series.