summary refs log tree commit diff
path: root/pkgs/development/libraries/aspell
diff options
context:
space:
mode:
authorFrancesc Elies Henar <francesc.elies@gmail.com>2018-01-25 22:32:44 +0100
committerFrancesc Elies Henar <francesc.elies@gmail.com>2018-01-25 22:32:44 +0100
commit783acc95252c0ca754e4f1716c9f09612ea6cb33 (patch)
tree22cc2a808692edede412bd87632a66c24b337c76 /pkgs/development/libraries/aspell
parent7fc2b096dca56e116daadeecdc9fe3a58da00cc9 (diff)
downloadnixpkgs-783acc95252c0ca754e4f1716c9f09612ea6cb33.tar
nixpkgs-783acc95252c0ca754e4f1716c9f09612ea6cb33.tar.gz
nixpkgs-783acc95252c0ca754e4f1716c9f09612ea6cb33.tar.bz2
nixpkgs-783acc95252c0ca754e4f1716c9f09612ea6cb33.tar.lz
nixpkgs-783acc95252c0ca754e4f1716c9f09612ea6cb33.tar.xz
nixpkgs-783acc95252c0ca754e4f1716c9f09612ea6cb33.tar.zst
nixpkgs-783acc95252c0ca754e4f1716c9f09612ea6cb33.zip
aspellDicts.tr: init at 0.50
Diffstat (limited to 'pkgs/development/libraries/aspell')
-rw-r--r--pkgs/development/libraries/aspell/dictionaries.nix9
1 files changed, 9 insertions, 0 deletions
diff --git a/pkgs/development/libraries/aspell/dictionaries.nix b/pkgs/development/libraries/aspell/dictionaries.nix
index fc6b47e8a63..8d97d6db2f1 100644
--- a/pkgs/development/libraries/aspell/dictionaries.nix
+++ b/pkgs/development/libraries/aspell/dictionaries.nix
@@ -212,6 +212,15 @@ in {
     };
   };
 
+  tr = buildDict {
+    shortName = "tr-0.50-0";
+    fullName = "Turkish";
+    src = fetchurl {
+      url = mirror://gnu/aspell/dict/tr/aspell-tr-0.50-0.tar.bz2;
+      sha256 = "0jpvpm96ga7s7rmsm6rbyrrr22b2dicxv2hy7ysv5y7bbq757ihb";
+    };
+  };
+
   uk = buildDict {
     shortName = "uk-1.4.0-0";
     fullName = "Ukrainian";