mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 13:10:33 +00:00
Add italian dictionary for aspell
svn path=/nixpkgs/trunk/; revision=21942
This commit is contained in:
parent
a57d897d94
commit
0212a63e07
|
@ -72,6 +72,15 @@ in {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
it = buildDict {
|
||||||
|
shortName = "it-0.53-0";
|
||||||
|
fullName = "Italian";
|
||||||
|
src = fetchurl {
|
||||||
|
url = mirror://gnu/aspell/dict/it/aspell-it-0.53-0.tar.bz2;
|
||||||
|
sha256 = "0vzs2mk0h2znx0jjs5lqiwdrc4nf6v3f8xbrsni8pfnxhh5ik1rv";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
la = buildDict {
|
la = buildDict {
|
||||||
shortName = "la-20020503-0";
|
shortName = "la-20020503-0";
|
||||||
fullName = "Latin";
|
fullName = "Latin";
|
||||||
|
|
Loading…
Reference in a new issue