I forgot about updating the glibc locales expressions for glibc 2.10 and 2.11.

I also set the 'glibcLocales' top-level attribute point to 2.11 instead of
2.10, to match that of the 'glibc' top-level attribute.


svn path=/nixpkgs/branches/stdenv-updates/; revision=18746
This commit is contained in:
Lluís Batlle i Rossell 2009-12-01 21:44:41 +00:00
parent 8910d4e646
commit 2a0344bb39
3 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,7 @@
let build = import ./common.nix;
in
build {
build null {
name = "glibc-locales";
inherit fetchurl stdenv;

View File

@ -10,7 +10,7 @@
let build = import ./common.nix;
in
build {
build null {
name = "glibc-locales";
inherit fetchurl stdenv;

View File

@ -3484,7 +3484,7 @@ let
installLocales = getPkgConfig "glibc" "locales" false;
};
glibcLocales = makeOverridable (import ../development/libraries/glibc-2.10/locales.nix) {
glibcLocales = makeOverridable (import ../development/libraries/glibc-2.11/locales.nix) {
inherit fetchurl stdenv;
};