Add LOCALE_ARCHIVE env variable

This commit is contained in:
Tobias Happ 2020-01-05 21:38:17 +01:00 committed by Alexander Sosedkin
parent 1e2f21748a
commit a1c91e7753

View file

@ -86,6 +86,8 @@ in
# To prevent gc warnings of nix, see https://github.com/NixOS/nix/issues/3237
GC_NPROCS = 1;
# Fix locale (perl apps panic without it)
LOCALE_ARCHIVE = "${pkgs.glibcLocales}/lib/locale/locale-archive";
};
};