mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
Switch to glibc 2.11 for the Info manual and for locales.
svn path=/nixpkgs/branches/stdenv-updates/; revision=18527
This commit is contained in:
parent
04a15b29b0
commit
af198a162d
@ -3453,11 +3453,11 @@ let
|
||||
installLocales = getPkgConfig "glibc" "locales" false;
|
||||
};
|
||||
|
||||
glibcLocales = makeOverridable (import ../development/libraries/glibc-2.9/locales.nix) {
|
||||
glibcLocales = makeOverridable (import ../development/libraries/glibc-2.11/locales.nix) {
|
||||
inherit fetchurl stdenv;
|
||||
};
|
||||
|
||||
glibcInfo = import ../development/libraries/glibc-2.9/info.nix {
|
||||
glibcInfo = import ../development/libraries/glibc-2.11/info.nix {
|
||||
inherit fetchurl stdenv texinfo perl;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user