From 9c60834b23a5beb497167fd3b5075258031a5f4e Mon Sep 17 00:00:00 2001 From: AndersonTorres Date: Thu, 5 Dec 2013 02:22:47 +0100 Subject: [PATCH] Adding support for Portuguese language for Aspell --- 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 0f27705160fb..6500e602e854 100644 --- a/pkgs/development/libraries/aspell/dictionaries.nix +++ b/pkgs/development/libraries/aspell/dictionaries.nix @@ -140,6 +140,15 @@ in { }; }; + pt = buildDict { + shortName = "pt-0.50-1"; + fullName = "Portuguese"; + src = fetchurl { + url = mirror://gnu/aspell/dict/pt/aspell-pt-0.50-1.tar.bz2; + sha256 = "07xzlnxxzadqsapng29p2gdwj0bijv10wpjnqlwzmkxnx6fxzkcy"; + }; + }; + ru = buildDict { shortName = "ru-0.99f7-1"; fullName = "Russian";