summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2022-06-25 23:27:30 -0500
committerGitHub <noreply@github.com>2022-06-25 23:27:30 -0500
commitbdef3e10dad845a34e2d91182a39e80cb63f7f84 (patch)
tree15d1a11bcbe094b65701c52bd4709b3a8376c169 /pkgs
parent15c344537f52d0a1b4fe137955be4b67ea02eb32 (diff)
parent7b3de8ee37a80c51c77d16557645703482172123 (diff)
downloadnixpkgs-bdef3e10dad845a34e2d91182a39e80cb63f7f84.tar
nixpkgs-bdef3e10dad845a34e2d91182a39e80cb63f7f84.tar.gz
nixpkgs-bdef3e10dad845a34e2d91182a39e80cb63f7f84.tar.bz2
nixpkgs-bdef3e10dad845a34e2d91182a39e80cb63f7f84.tar.lz
nixpkgs-bdef3e10dad845a34e2d91182a39e80cb63f7f84.tar.xz
nixpkgs-bdef3e10dad845a34e2d91182a39e80cb63f7f84.tar.zst
nixpkgs-bdef3e10dad845a34e2d91182a39e80cb63f7f84.zip
Merge pull request #177880 from LiberMarko/master
hunspellDicts.hr-hr: Init at 6.3.0.4
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/libraries/hunspell/dictionaries.nix11
1 files changed, 11 insertions, 0 deletions
diff --git a/pkgs/development/libraries/hunspell/dictionaries.nix b/pkgs/development/libraries/hunspell/dictionaries.nix
index 4f520772b75..b6c4c4e6570 100644
--- a/pkgs/development/libraries/hunspell/dictionaries.nix
+++ b/pkgs/development/libraries/hunspell/dictionaries.nix
@@ -845,4 +845,15 @@ rec {
       platforms = platforms.all;
     };
   };
+
+  /* CROATIAN */
+
+  hr_HR = hr-hr;
+  hr-hr = mkDictFromLibreOffice {
+    shortName = "hr-hr";
+    dictFileName = "hr_HR";
+    shortDescription = "Croatian (Croatia)";
+    readmeFile = "README_hr_HR.txt";
+    license = with lib.licenses; [ gpl2Only lgpl21Only mpl11 ];
+  };
 }