about summary refs log tree commit diff
path: root/pkgs/development/libraries/aspell
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2008-02-14 13:39:03 +0000
committerLudovic Courtès <ludo@gnu.org>2008-02-14 13:39:03 +0000
commitdbc5fb085c36b8f0872201115f85ad50a7a5bba9 (patch)
tree92706b1e8e661d75430c03f099279e7c7a7d233e /pkgs/development/libraries/aspell
parent329cf0523e153dbab4572addef6ca32f074837e7 (diff)
Add Aspell Esperanto dictionary.
svn path=/nixpkgs/trunk/; revision=10687
Diffstat (limited to 'pkgs/development/libraries/aspell')
-rw-r--r--pkgs/development/libraries/aspell/dictionaries.nix9
1 files changed, 9 insertions, 0 deletions
diff --git a/pkgs/development/libraries/aspell/dictionaries.nix b/pkgs/development/libraries/aspell/dictionaries.nix
index cec4e4e76b006..97a8e961b4114 100644
--- a/pkgs/development/libraries/aspell/dictionaries.nix
+++ b/pkgs/development/libraries/aspell/dictionaries.nix
@@ -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";