python3Packages.cython: move LC_ALL into env for structuredAttrs
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user