* Re-enable Glibc locales.
svn path=/nixos/trunk/; revision=15340
This commit is contained in:
parent
b891792ddd
commit
7da8137f18
|
@ -18,6 +18,7 @@ export LOCATE_PATH=/var/cache/locatedb
|
|||
export KDEDIRS=@kdeDirs@
|
||||
export XDG_CONFIG_DIRS=@xdgConfigDirs@
|
||||
export XDG_DATA_DIRS=@xdgDataDirs@
|
||||
export LOCALE_ARCHIVE=/var/run/current-system/sw/lib/locale/locale-archive
|
||||
|
||||
|
||||
# Set up secure multi-user builds: non-root users build through the
|
||||
|
|
|
@ -192,6 +192,7 @@ rec {
|
|||
pkgs.e2fsprogs
|
||||
pkgs.findutils
|
||||
pkgs.glibc # for ldd, getent
|
||||
pkgs.glibcLocales
|
||||
pkgs.gnugrep
|
||||
pkgs.gnused
|
||||
pkgs.gnutar
|
||||
|
|
Loading…
Reference in New Issue