summary refs log tree commit diff
diff options
context:
space:
mode:
authorSofi <sofi+git@mailbox.org>2022-09-10 14:49:18 +0200
committerSofi <sofi+git@mailbox.org>2022-09-10 14:49:56 +0200
commit6294d2c9ef2f56539410ed38087f83b4a644ff8a (patch)
tree1b762439c43cbace91322203d1387c571e54558c
parentd20ff65f00bc310572278b1173d6bad469fd67a3 (diff)
downloadnixpkgs-6294d2c9ef2f56539410ed38087f83b4a644ff8a.tar
nixpkgs-6294d2c9ef2f56539410ed38087f83b4a644ff8a.tar.gz
nixpkgs-6294d2c9ef2f56539410ed38087f83b4a644ff8a.tar.bz2
nixpkgs-6294d2c9ef2f56539410ed38087f83b4a644ff8a.tar.lz
nixpkgs-6294d2c9ef2f56539410ed38087f83b4a644ff8a.tar.xz
nixpkgs-6294d2c9ef2f56539410ed38087f83b4a644ff8a.tar.zst
nixpkgs-6294d2c9ef2f56539410ed38087f83b4a644ff8a.zip
hunspellDicts.nb-no: init at spell-norwegian v2.0.7
-rw-r--r--pkgs/development/libraries/hunspell/dictionaries.nix12
1 files changed, 12 insertions, 0 deletions
diff --git a/pkgs/development/libraries/hunspell/dictionaries.nix b/pkgs/development/libraries/hunspell/dictionaries.nix
index b6c4c4e6570..848334dd494 100644
--- a/pkgs/development/libraries/hunspell/dictionaries.nix
+++ b/pkgs/development/libraries/hunspell/dictionaries.nix
@@ -856,4 +856,16 @@ rec {
     readmeFile = "README_hr_HR.txt";
     license = with lib.licenses; [ gpl2Only lgpl21Only mpl11 ];
   };
+
+  /* NORWEGIAN */
+
+  nb_NO = nb-no;
+  nb-no = mkDictFromLibreOffice {
+    shortName = "nb-no";
+    dictFileName = "nb_NO";
+    sourceRoot = "no";
+    readmeFile = "README_hyph_NO.txt";
+    shortDescription = "Norwegian Bokmål (Norway)";
+    license = with lib.licenses; [ gpl2Only ];
+  };
 }