From dbc5fb085c36b8f0872201115f85ad50a7a5bba9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Thu, 14 Feb 2008 13:39:03 +0000 Subject: [PATCH] Add Aspell Esperanto dictionary. svn path=/nixpkgs/trunk/; revision=10687 --- pkgs/development/libraries/aspell/dictionaries.nix | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/pkgs/development/libraries/aspell/dictionaries.nix b/pkgs/development/libraries/aspell/dictionaries.nix index cec4e4e76b0..97a8e961b41 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";