-
-
Notifications
You must be signed in to change notification settings - Fork 15.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
buildPythonPackage: always export LANG=C.UTF-8
#55826
Conversation
LANG=UTF-8
LANG=C.UTF-8
As I said in #54485 (comment) we also need to support this for the macOS stdenv as well or else we would break macOS support horrible (because |
I see, so we're blocked then. |
9a0618e
to
9445255
Compare
For Darwin we can use the approach as in 8220b5b for now. |
f9830b4
to
1fccd25
Compare
Included 1fccd25 in |
Motivation for this change
Now that C.UTF-8 is available, let's use it in Python packages.
#20192
Things done
sandbox
innix.conf
on non-NixOS)nix-shell -p nox --run "nox-review wip"
./result/bin/
)nix path-info -S
before and after)