nixpkgs/pkgs/build-support/build-graalvm-native-image
heyarne ce9b3a3723 buildGraalVmNativeImage: enable utf-8 by default
The tools built with buildGraalVmNativeImage have broken UTF-8 support
when not properly setting the locale, e.g.

$ bb -e '(prn "bépo àê")'
"b??po ????"

This commit sets the locale to en_US.UTF-8 by default, which fixes that.
2022-01-04 09:56:34 +01:00
..
default.nix buildGraalVmNativeImage: enable utf-8 by default 2022-01-04 09:56:34 +01:00