summary refs log tree commit diff
path: root/nixos/doc
diff options
context:
space:
mode:
authormidchildan <git@midchildan.org>2021-11-14 00:45:50 +0900
committermidchildan <git@midchildan.org>2022-01-17 02:04:02 +0900
commitbd8132ac625ddd87fda0bb43f493608e6654c508 (patch)
treedb3645788171af1c5c78e90dd73636952b4a1483 /nixos/doc
parentf9dcc5dc021b3152b2715930b1e86aadc7cf78d7 (diff)
downloadnixpkgs-bd8132ac625ddd87fda0bb43f493608e6654c508.tar
nixpkgs-bd8132ac625ddd87fda0bb43f493608e6654c508.tar.gz
nixpkgs-bd8132ac625ddd87fda0bb43f493608e6654c508.tar.bz2
nixpkgs-bd8132ac625ddd87fda0bb43f493608e6654c508.tar.lz
nixpkgs-bd8132ac625ddd87fda0bb43f493608e6654c508.tar.xz
nixpkgs-bd8132ac625ddd87fda0bb43f493608e6654c508.tar.zst
nixpkgs-bd8132ac625ddd87fda0bb43f493608e6654c508.zip
noto-fonts-cjk: add missing serif font
Fixes #99940
Diffstat (limited to 'nixos/doc')
-rw-r--r--nixos/doc/manual/from_md/release-notes/rl-2205.section.xml12
-rw-r--r--nixos/doc/manual/release-notes/rl-2205.section.md6
2 files changed, 18 insertions, 0 deletions
diff --git a/nixos/doc/manual/from_md/release-notes/rl-2205.section.xml b/nixos/doc/manual/from_md/release-notes/rl-2205.section.xml
index c453d9762d1..0e9b5a79a8c 100644
--- a/nixos/doc/manual/from_md/release-notes/rl-2205.section.xml
+++ b/nixos/doc/manual/from_md/release-notes/rl-2205.section.xml
@@ -357,6 +357,18 @@
           <literal>~/.local/share/polymc/polymc.cfg</literal>.
         </para>
       </listitem>
+      <listitem>
+        <para>
+          <literal>pkgs.noto-fonts-cjk</literal> is now deprecated in
+          favor of <literal>pkgs.noto-fonts-cjk-sans</literal> and
+          <literal>pkgs.noto-fonts-cjk-serif</literal> because they each
+          have different release schedules. To maintain compatibility
+          with prior releases of Nixpkgs,
+          <literal>pkgs.noto-fonts-cjk</literal> is currently an alias
+          of <literal>pkgs.noto-fonts-cjk-sans</literal> and doesn’t
+          include serif fonts.
+        </para>
+      </listitem>
     </itemizedlist>
   </section>
   <section xml:id="sec-release-22.05-notable-changes">
diff --git a/nixos/doc/manual/release-notes/rl-2205.section.md b/nixos/doc/manual/release-notes/rl-2205.section.md
index 88ceb902bb6..644abf75128 100644
--- a/nixos/doc/manual/release-notes/rl-2205.section.md
+++ b/nixos/doc/manual/release-notes/rl-2205.section.md
@@ -111,6 +111,12 @@ In addition to numerous new and upgraded packages, this release has the followin
 
 - MultiMC has been replaced with the fork PolyMC due to upstream developers being hostile to 3rd party package maintainers. PolyMC removes all MultiMC branding and is aimed at providing proper 3rd party packages like the one contained in Nixpkgs. This change affects the data folder where game instances and other save and configuration files are stored. Users with existing installations should rename `~/.local/share/multimc` to `~/.local/share/polymc`. The main config file's path has also moved from `~/.local/share/multimc/multimc.cfg` to `~/.local/share/polymc/polymc.cfg`.
 
+- `pkgs.noto-fonts-cjk` is now deprecated in favor of `pkgs.noto-fonts-cjk-sans`
+  and `pkgs.noto-fonts-cjk-serif` because they each have different release
+  schedules. To maintain compatibility with prior releases of Nixpkgs,
+  `pkgs.noto-fonts-cjk` is currently an alias of `pkgs.noto-fonts-cjk-sans` and
+  doesn't include serif fonts.
+
 ## Other Notable Changes {#sec-release-22.05-notable-changes}
 
 - The option [services.redis.servers](#opt-services.redis.servers) was added