summaryrefslogtreecommitdiffstats
path: root/pkgs/development/libraries/aspell
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2018-01-27 09:14:22 +0100
committerVladimír Čunát <vcunat@gmail.com>2018-01-27 09:14:22 +0100
commit2d2dbe083f0df9dbde5643234cb2b067653739fa (patch)
tree66195da25376f3bb7bed16d469d85fcaffe0f13b /pkgs/development/libraries/aspell
parentef60e411455c9d7ef16069df63daf2c9fbd66ec6 (diff)
parent9c95eb828ab6cc7b022197f68e1e0a8ce4241d89 (diff)
Merge branch 'master' into staging
Hydra: ?compare=1429281
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 fc6b47e8a63c..8d97d6db2f1c 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";