* 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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user