mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-13 16:53:53 +00: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