···57 in
58 "[${lib.concatStringsSep "," options}]";
5960- LC_ALL = "C.UTF-8";
06162 # add to ERL_LIBS so other modules can find at runtime.
63 # http://erlang.org/doc/man/code.html#code-path
···57 in
58 "[${lib.concatStringsSep "," options}]";
5960+ LANG = if stdenv.isLinux then "C.UTF-8" else "C";
61+ LC_CTYPE = if stdenv.isLinux then "C.UTF-8" else "UTF-8";
6263 # add to ERL_LIBS so other modules can find at runtime.
64 # http://erlang.org/doc/man/code.html#code-path
···134 in
135 "[${lib.concatStringsSep "," options}]";
136137+ LANG = if stdenv.isLinux then "C.UTF-8" else "C";
138+ LC_CTYPE = if stdenv.isLinux then "C.UTF-8" else "UTF-8";
139140 postUnpack =
141 ''