summary refs log tree commit diff
diff options
context:
space:
mode:
authorSofi <sofi+git@mailbox.org>2022-09-10 14:51:17 +0200
committerSofi <sofi+git@mailbox.org>2022-09-10 14:51:17 +0200
commit363282dc4cd1b18d73c7c8141c051c0c56454126 (patch)
treeca29bf48fdae9334bc0d62f79a8bf9479878786b
parent6294d2c9ef2f56539410ed38087f83b4a644ff8a (diff)
downloadnixpkgs-363282dc4cd1b18d73c7c8141c051c0c56454126.tar
nixpkgs-363282dc4cd1b18d73c7c8141c051c0c56454126.tar.gz
nixpkgs-363282dc4cd1b18d73c7c8141c051c0c56454126.tar.bz2
nixpkgs-363282dc4cd1b18d73c7c8141c051c0c56454126.tar.lz
nixpkgs-363282dc4cd1b18d73c7c8141c051c0c56454126.tar.xz
nixpkgs-363282dc4cd1b18d73c7c8141c051c0c56454126.tar.zst
nixpkgs-363282dc4cd1b18d73c7c8141c051c0c56454126.zip
hunspellDicts.nn-no: init at spell-norwegian v2.0.7
-rw-r--r--pkgs/development/libraries/hunspell/dictionaries.nix10
1 files changed, 10 insertions, 0 deletions
diff --git a/pkgs/development/libraries/hunspell/dictionaries.nix b/pkgs/development/libraries/hunspell/dictionaries.nix
index 848334dd494..3eee425d4be 100644
--- a/pkgs/development/libraries/hunspell/dictionaries.nix
+++ b/pkgs/development/libraries/hunspell/dictionaries.nix
@@ -868,4 +868,14 @@ rec {
     shortDescription = "Norwegian Bokmål (Norway)";
     license = with lib.licenses; [ gpl2Only ];
   };
+
+  nn_NO = nn-no;
+  nn-no = mkDictFromLibreOffice {
+    shortName = "nn-no";
+    dictFileName = "nn_NO";
+    sourceRoot = "no";
+    readmeFile = "README_hyph_NO.txt";
+    shortDescription = "Norwegian Nynorsk (Norway)";
+    license = with lib.licenses; [ gpl2Only ];
+  };
 }