Add Aspell Esperanto dictionary.

svn path=/nixpkgs/trunk/; revision=10687
This commit is contained in:
Ludovic Courtès 2008-02-14 13:39:03 +00:00
parent 329cf0523e
commit dbc5fb085c

View File

@ -54,6 +54,15 @@ in {
};
};
eo = buildDict {
shortName = "eo-0.50-2";
fullName = "Esperanto";
src = fetchurl {
url = mirror://gnu/aspell/dict/eo/aspell-eo-0.50-2.tar.bz2;
sha256 = "19vhdm599ng98nq8jxspgvanv5hwryp0qri1vx6zsjl0jx1acqbc";
};
};
fr = buildDict {
shortName = "fr-0.50-3";
fullName = "French";