Merge pull request #30064 from gleber/patch-2
elixir: Fix locale problem on NixOS
This commit is contained in:
commit
18d2119aeb
@ -22,6 +22,8 @@ in
|
||||
|
||||
buildInputs = [ erlang rebar makeWrapper ];
|
||||
|
||||
LOCALE_ARCHIVE = stdenv.lib.optionalString stdenv.isLinux
|
||||
"${pkgs.glibcLocales}/lib/locale/locale-archive";
|
||||
LANG = "en_US.UTF-8";
|
||||
LC_TYPE = "en_US.UTF-8";
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user