From 0212a63e075b039161331ffdf4c51739799bb822 Mon Sep 17 00:00:00 2001 From: Marco Maggesi Date: Sat, 22 May 2010 16:53:17 +0000 Subject: [PATCH] Add italian dictionary for aspell svn path=/nixpkgs/trunk/; revision=21942 --- 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 97a8e961b411..0d1ee3d838f3 100644 --- a/pkgs/development/libraries/aspell/dictionaries.nix +++ b/pkgs/development/libraries/aspell/dictionaries.nix @@ -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 { shortName = "la-20020503-0"; fullName = "Latin";