summaryrefslogtreecommitdiffstats
path: root/pkgs/development/libraries/aspell
diff options
context:
space:
mode:
authorAndersonTorres <torres.anderson.85@gmail.com>2014-03-23 13:17:34 -0300
committerAndersonTorres <torres.anderson.85@gmail.com>2014-03-23 13:17:34 -0300
commit0c79b762718ff6e4e810e0b27eded5104d871e03 (patch)
treed97e32621def57683e3d56a4c7efa5901a0d8a7d /pkgs/development/libraries/aspell
parentd8648c47cf8848655a074997a691d9dbb336993e (diff)
Aspell dictionaries update: Portuguese (pt_PT) and Brazilian (pt_BR)
Diffstat (limited to 'pkgs/development/libraries/aspell')
-rw-r--r--pkgs/development/libraries/aspell/dictionaries.nix17
1 files changed, 13 insertions, 4 deletions
diff --git a/pkgs/development/libraries/aspell/dictionaries.nix b/pkgs/development/libraries/aspell/dictionaries.nix
index 6500e602e854..79a75708c169 100644
--- a/pkgs/development/libraries/aspell/dictionaries.nix
+++ b/pkgs/development/libraries/aspell/dictionaries.nix
@@ -140,12 +140,21 @@ in {
};
};
- pt = buildDict {
- shortName = "pt-0.50-1";
+ pt_BR = buildDict {
+ shortName = "pt_BR-20090702";
+ fullName = "Brazilian Portuguese";
+ src = fetchurl {
+ url = mirror://gnu/aspell/dict/pt_BR/aspell6-pt_BR-20090702-0.tar.bz2;
+ sha256 = "1y09lx9zf2rnp55r16b2vgj953l3538z1vaqgflg9mdvm555bz3p";
+ };
+ };
+
+ pt_PT = buildDict {
+ shortName = "pt_PT-20070510";
fullName = "Portuguese";
src = fetchurl {
- url = mirror://gnu/aspell/dict/pt/aspell-pt-0.50-1.tar.bz2;
- sha256 = "07xzlnxxzadqsapng29p2gdwj0bijv10wpjnqlwzmkxnx6fxzkcy";
+ url = mirror://gnu/aspell/dict/pt_PT/aspell6-pt_PT-20070510-0.tar.bz2;
+ sha256 = "1mnr994cwlag6shy8865ky99lymysiln07mbldcncahg90dagdxq";
};
};