mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-23 16:31:21 +08:00
as we already set
LANG = "${if python.stdenv.isDarwin then "en_US" else "C"}.UTF-8";
in `buildPythonPackage`.
This is related to issue https://github.com/NixOS/nixpkgs/issues/74904