forked from mirrors/nixpkgs
* Who turned this off? :-P Surely we want locale support in Glibc...
svn path=/nixpkgs/branches/stdenv-updates/; revision=13062
This commit is contained in:
parent
5b45cce6c1
commit
f940eda22d
|
@ -2813,7 +2813,7 @@ let
|
|||
|
||||
glibc28 = import ../development/libraries/glibc-2.8 {
|
||||
inherit fetchurl stdenv kernelHeaders;
|
||||
installLocales = getPkgConfig "glibc" "locales" false;
|
||||
installLocales = getPkgConfig "glibc" "locales" true;
|
||||
};
|
||||
|
||||
glibc_multi =
|
||||
|
|
Loading…
Reference in a new issue