* 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 {
|
glibc28 = import ../development/libraries/glibc-2.8 {
|
||||||
inherit fetchurl stdenv kernelHeaders;
|
inherit fetchurl stdenv kernelHeaders;
|
||||||
installLocales = getPkgConfig "glibc" "locales" false;
|
installLocales = getPkgConfig "glibc" "locales" true;
|
||||||
};
|
};
|
||||||
|
|
||||||
glibc_multi =
|
glibc_multi =
|
||||||
|
Loading…
x
Reference in New Issue
Block a user