elixir: remove obosolete glibcLocales
As C.UTF-8 is available now.
This commit is contained in:
parent
d3157cbede
commit
24a2ee8fac
@ -22,10 +22,8 @@ in
|
|||||||
|
|
||||||
buildInputs = [ erlang rebar makeWrapper ];
|
buildInputs = [ erlang rebar makeWrapper ];
|
||||||
|
|
||||||
LOCALE_ARCHIVE = stdenv.lib.optionalString stdenv.isLinux
|
LANG = "C.UTF-8";
|
||||||
"${pkgs.glibcLocales}/lib/locale/locale-archive";
|
LC_TYPE = "C.UTF-8";
|
||||||
LANG = "en_US.UTF-8";
|
|
||||||
LC_TYPE = "en_US.UTF-8";
|
|
||||||
|
|
||||||
setupHook = ./setup-hook.sh;
|
setupHook = ./setup-hook.sh;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user