From 52aefdcc74cb6ac7a1c5ba080cc93fb825152d07 Mon Sep 17 00:00:00 2001 From: K900 Date: Mon, 6 Jul 2026 19:22:53 +0300 Subject: [PATCH] hunspellDictionaries.ru-ru-mozilla: init at 0-unstable-2026-05-30 This one is significantly better than the old LibreOffice version. --- pkgs/by-name/hu/hunspell/dictionaries.nix | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/pkgs/by-name/hu/hunspell/dictionaries.nix b/pkgs/by-name/hu/hunspell/dictionaries.nix index 1fa3ea9a7839..94eee9bece0f 100644 --- a/pkgs/by-name/hu/hunspell/dictionaries.nix +++ b/pkgs/by-name/hu/hunspell/dictionaries.nix @@ -866,6 +866,28 @@ rec { ]; }; + ru_RU-mozilla = ru-ru-mozilla; + ru-ru-mozilla = mkDict { + pname = "hunspell-dict-ru-ru-mozilla"; + version = "0-unstable-2026-05-30"; + + src = fetchFromGitHub { + owner = "Goudron"; + repo = "ru-spelling-dictionary"; + rev = "43cc600462d8681bc6e92d1afb29874e2902ea9b"; + hash = "sha256-EN/f5lbpBiyItEFcHTJbuwuJF3rghkB1f5T9G0a2tdk="; + }; + + dictFileName = "ru_RU"; + readmeFile = "README.md"; + + meta = { + description = "Hunspell dictionary for Russian, updated version as used in Mozilla products"; + homepage = "https://github.com/Goudron/ru-spelling-dictionary"; + license = [ lib.licenses.mpl20 ]; + }; + }; + # CZECH cs_CZ = cs-cz;