summary refs log tree commit diff
path: root/pkgs/development/libraries/aspell/dictionaries.nix
diff options
context:
space:
mode:
authorMarco Maggesi <maggesi@math.unifi.it>2010-05-22 16:53:17 +0000
committerMarco Maggesi <maggesi@math.unifi.it>2010-05-22 16:53:17 +0000
commit0212a63e075b039161331ffdf4c51739799bb822 (patch)
treeb2378c56df865850c11c6a53d778cd29b37836ca /pkgs/development/libraries/aspell/dictionaries.nix
parenta57d897d943a693092328260652fe71ffbf669ea (diff)
downloadnixpkgs-0212a63e075b039161331ffdf4c51739799bb822.tar
nixpkgs-0212a63e075b039161331ffdf4c51739799bb822.tar.gz
nixpkgs-0212a63e075b039161331ffdf4c51739799bb822.tar.bz2
nixpkgs-0212a63e075b039161331ffdf4c51739799bb822.tar.lz
nixpkgs-0212a63e075b039161331ffdf4c51739799bb822.tar.xz
nixpkgs-0212a63e075b039161331ffdf4c51739799bb822.tar.zst
nixpkgs-0212a63e075b039161331ffdf4c51739799bb822.zip
Add italian dictionary for aspell
svn path=/nixpkgs/trunk/; revision=21942
Diffstat (limited to 'pkgs/development/libraries/aspell/dictionaries.nix')
-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 97a8e961b41..0d1ee3d838f 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";