Merge pull request #34268 from FrancescElies/cesc/aspell/turkish

[aspell] adds turkish dictionary

authored by Frederik Rietdijk and committed by GitHub 92e1c17c 6fbaa05d

+9
+9
pkgs/development/libraries/aspell/dictionaries.nix
··· 212 212 }; 213 213 }; 214 214 215 + tr = buildDict { 216 + shortName = "tr-0.50-0"; 217 + fullName = "Turkish"; 218 + src = fetchurl { 219 + url = mirror://gnu/aspell/dict/tr/aspell-tr-0.50-0.tar.bz2; 220 + sha256 = "0jpvpm96ga7s7rmsm6rbyrrr22b2dicxv2hy7ysv5y7bbq757ihb"; 221 + }; 222 + }; 223 + 215 224 uk = buildDict { 216 225 shortName = "uk-1.4.0-0"; 217 226 fullName = "Ukrainian";