Files
Ronan-Alexandre Cherrueau e7dd5593e8 aspellWithDicts: fix data-dir path
In 52a23a9 the configuration `data-dir $out/share/aspell` was
introduced to make sure that `aspell --lang=<LANG> create
master ...` finds the LANG.dat file. However, the correct location
for language data files is $out/lib/aspell.  This confusion also
broke filter discovery as described in #476684.

This commit fixes the location of language data files.

Note: `aspell --lang=<LANG> create master ...` will fail if the
dictionary has not been installed in the environment via
`aspellWithDicts (dict: [ dict.<LANG> ])` which is expected.

Fixes #476684
2026-05-19 10:50:17 +02:00
..
2026-02-28 22:50:13 +00:00