forked from mirrors/nixpkgs
Merge #28946: nixos doc: update glibc locales link
This commit is contained in:
commit
b41d33319c
|
@ -43,7 +43,7 @@ with lib;
|
||||||
<literal>"all"</literal> means that all locales supported by
|
<literal>"all"</literal> means that all locales supported by
|
||||||
Glibc will be installed. A full list of supported locales
|
Glibc will be installed. A full list of supported locales
|
||||||
can be found at <link
|
can be found at <link
|
||||||
xlink:href="http://sourceware.org/cgi-bin/cvsweb.cgi/libc/localedata/SUPPORTED?cvsroot=glibc"/>.
|
xlink:href="https://sourceware.org/git/?p=glibc.git;a=blob;f=localedata/SUPPORTED"/>.
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
locales are included; otherwise, just the locales listed in
|
locales are included; otherwise, just the locales listed in
|
||||||
`locales'. See localedata/SUPPORTED in the Glibc source tree for
|
`locales'. See localedata/SUPPORTED in the Glibc source tree for
|
||||||
the list of all supported locales:
|
the list of all supported locales:
|
||||||
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/localedata/SUPPORTED?cvsroot=glibc
|
https://sourceware.org/git/?p=glibc.git;a=blob;f=localedata/SUPPORTED
|
||||||
*/
|
*/
|
||||||
|
|
||||||
{ stdenv, callPackage, writeText
|
{ stdenv, callPackage, writeText
|
||||||
|
|
Loading…
Reference in a new issue