Merge pull request #880 from vlstill/aspell_cs

aspell: Add Czech dictionary (pkgs.aspellDicts.cs).
This commit is contained in:
Evgeny Egorochkin 2013-08-28 02:22:34 -07:00
commit 56412378b7
1 changed files with 9 additions and 0 deletions

View File

@ -28,6 +28,15 @@ let
in {
cs = buildDict {
shortName = "cs-20040614-1";
fullName = "Czech";
src = fetchurl {
url = mirror://gnu/aspell/dict/cs/aspell6-cs-20040614-1.tar.bz2;
sha256 = "0rihj4hsw96pd9casvmpvw3r8040pfa28p1h73x4vyn20zwr3h01";
};
};
de = buildDict {
shortName = "de-20030222-1";
fullName = "German";