summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorMaximilian Bosch <maximilian@mbosch.me>2018-09-21 21:28:45 +0200
committerMaximilian Bosch <maximilian@mbosch.me>2019-05-23 15:53:50 +0200
commita9d67d54b03e76e19236f9ed45da51a219c35feb (patch)
tree77ef915ed41e73b4e198f0cff48b04a75b3401c5 /nixos
parentde9c022ba0474b1e92fd21ca7728d97044e8e8b2 (diff)
downloadnixpkgs-a9d67d54b03e76e19236f9ed45da51a219c35feb.tar
nixpkgs-a9d67d54b03e76e19236f9ed45da51a219c35feb.tar.gz
nixpkgs-a9d67d54b03e76e19236f9ed45da51a219c35feb.tar.bz2
nixpkgs-a9d67d54b03e76e19236f9ed45da51a219c35feb.tar.lz
nixpkgs-a9d67d54b03e76e19236f9ed45da51a219c35feb.tar.xz
nixpkgs-a9d67d54b03e76e19236f9ed45da51a219c35feb.tar.zst
nixpkgs-a9d67d54b03e76e19236f9ed45da51a219c35feb.zip
hunspellDicts.fr-any: link fr-moderne to fr_FR
Some packages like `ibus-engines.typing-booster` require the dictionary
`fr_FR.dic` to provide proper support for the french language.

Until now the hunspell package set of nixpkgs didn't provide this
dictionary. It has been recommended to use `fr-moderne` as base and link
`fr_FR.dic` from it as done by other distros such as ArchLinux.

See https://github.com/NixOS/nixpkgs/issues/46940#issuecomment-423684570

Fixes #46940
Diffstat (limited to 'nixos')
-rw-r--r--nixos/doc/manual/release-notes/rl-1909.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/nixos/doc/manual/release-notes/rl-1909.xml b/nixos/doc/manual/release-notes/rl-1909.xml
index b78c3e08b79..60b4a3bc17b 100644
--- a/nixos/doc/manual/release-notes/rl-1909.xml
+++ b/nixos/doc/manual/release-notes/rl-1909.xml
@@ -156,6 +156,12 @@
      </listitem>
     </itemizedlist>
    </listitem>
+   <listitem>
+    <para>
+      The <literal>hunspellDicts.fr-any</literal> dictionary now ships with <literal>fr_FR.{aff,dic}</literal>
+      which is linked to <literal>fr-toutesvariantes.{aff,dic}</literal>.
+    </para>
+   </listitem>
   </itemizedlist>
  </section>
 </section>