* Add locales such as en_US.UTF-8 and nl_NL.UTF-8 to the list of

supported locales.  This is very useful as those are the default
  locales on Red Hat and SuSE (>= 9.2).  (When LANG is set to an
  unsupported locale, some applications fall back on the C locale;
  others (like Subversion) just barf.)

svn path=/nixpkgs/trunk/; revision=1977
This commit is contained in:
Eelco Dolstra
2004-12-30 20:56:08 +00:00
parent f39229bac9
commit 7f3dc52aba
2 changed files with 462 additions and 0 deletions
@@ -35,6 +35,10 @@ stdenv.mkDerivation {
# Fix for localedata loading bug.
./loadlocale.patch
# Add a whole bunch of UTF-8 locales. Most of these seem to be in
# the CVS mainline now.
./utf8-locales.patch
];
inherit kernelHeaders installLocales;