diff options
author | Daniel Pimentel <d4n1@d4n1.org> | 2017-04-22 17:32:47 -0300 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2017-04-23 01:24:42 +0200 |
commit | b59af0c0ceff9234ef6416fb88d7f645b8b4f922 (patch) | |
tree | 73a9ebc45358e22a533eb306507bde9cc1855828 | |
parent | 946742e3e57ee3c71e3ccc714dbf6827860dcb50 (diff) | |
download | patches-b59af0c0ceff9234ef6416fb88d7f645b8b4f922.tar patches-b59af0c0ceff9234ef6416fb88d7f645b8b4f922.tar.gz |
gnu: Add aspell-dict-pt-br.
* gnu/packages/aspell.scm (aspell-dict-pt-br): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
-rw-r--r-- | gnu/packages/aspell.scm | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/gnu/packages/aspell.scm b/gnu/packages/aspell.scm index 188e91d1e1..06ba2ce472 100644 --- a/gnu/packages/aspell.scm +++ b/gnu/packages/aspell.scm @@ -62,7 +62,6 @@ documents written in the UTF-8 encoding and its ability to use multiple dictionaries, including personal ones.") (license lgpl2.1+))) - ;;; ;;; Dictionaries. ;;; @@ -190,3 +189,11 @@ dictionaries, including personal ones.") #:sha256 (base32 "1zxr8958v37v260fkqd4pg37ns5h5kyqm54hn1hg70wq5cz8h512"))) + +(define-public aspell-dict-pt-br + (aspell-dictionary "pt-br" "Brazilian Portuguese" + #:version "20090702-0" + #:prefix "aspell6-" + #:sha256 + (base32 + "1y09lx9zf2rnp55r16b2vgj953l3538z1vaqgflg9mdvm555bz3p"))) |