mirror of
https://github.com/nix-community/nix-on-droid.git
synced 2025-11-08 19:46:07 +01:00
Add LOCALE_ARCHIVE env variable
This commit is contained in:
parent
1e2f21748a
commit
a1c91e7753
1 changed files with 2 additions and 0 deletions
|
|
@ -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";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue