* Re-enable Glibc locales.

svn path=/nixos/trunk/; revision=15340
This commit is contained in:
Eelco Dolstra 2009-04-27 21:52:10 +00:00
parent b891792ddd
commit 7da8137f18
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -192,6 +192,7 @@ rec {
pkgs.e2fsprogs
pkgs.findutils
pkgs.glibc # for ldd, getent
pkgs.glibcLocales
pkgs.gnugrep
pkgs.gnused
pkgs.gnutar