added polish dictionary to the list
svn path=/nixpkgs/trunk/; revision=28905
This commit is contained in:
parent
6f23bfc52f
commit
63ace05051
@ -103,6 +103,15 @@ in {
|
|||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
pl = buildDict {
|
||||||
|
shortName = "pl-6.0_20061121";
|
||||||
|
fullName = "Polish";
|
||||||
|
src = fetchurl {
|
||||||
|
url = mirror://gnu/aspell/dict/pl/aspell6-pl-6.0_20061121-0.tar.bz2;
|
||||||
|
sha256 = "0kap4kh6bqbb22ypja1m5z3krc06vv4n0hakiiqmv20anzy42xq1";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
ru = buildDict {
|
ru = buildDict {
|
||||||
shortName = "ru-0.99f7-1";
|
shortName = "ru-0.99f7-1";
|
||||||
fullName = "Russian";
|
fullName = "Russian";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user