···5757 in
5858 "[${lib.concatStringsSep "," options}]";
59596060- LC_ALL = "C.UTF-8";
6060+ LANG = if stdenv.isLinux then "C.UTF-8" else "C";
6161+ LC_CTYPE = if stdenv.isLinux then "C.UTF-8" else "UTF-8";
61626263 # add to ERL_LIBS so other modules can find at runtime.
6364 # http://erlang.org/doc/man/code.html#code-path
+2-1
pkgs/development/beam-modules/mix-release.nix
···134134 in
135135 "[${lib.concatStringsSep "," options}]";
136136137137- LC_ALL = "C.UTF-8";
137137+ LANG = if stdenv.isLinux then "C.UTF-8" else "C";
138138+ LC_CTYPE = if stdenv.isLinux then "C.UTF-8" else "UTF-8";
138139139140 postUnpack =
140141 ''