[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/03: gnu: Add aspell-dict-pt-br.
From: |
Ludovic Courtès |
Subject: |
02/03: gnu: Add aspell-dict-pt-br. |
Date: |
Sat, 22 Apr 2017 19:26:06 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit b59af0c0ceff9234ef6416fb88d7f645b8b4f922
Author: Daniel Pimentel <address@hidden>
Date: Sat Apr 22 17:32:47 2017 -0300
gnu: Add aspell-dict-pt-br.
* gnu/packages/aspell.scm (aspell-dict-pt-br): New variable.
Signed-off-by: Ludovic Courtès <address@hidden>
---
gnu/packages/aspell.scm | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/aspell.scm b/gnu/packages/aspell.scm
index 188e91d..06ba2ce 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")))