~ruther/guix-local

f3645fdda79b5e8c87b359ce9091931d3f89b93f — Ale Abdo 1 year, 4 months ago 7d4ff32
gnu: Add hunspell-dict-pt-br.

* gnu/packages/hunspell.scm (hunspell-dict-pt-br): New variable.

Change-Id: I60f81bb664201851544246e8327e2bf8613b07ae
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
1 files changed, 8 insertions(+), 0 deletions(-)

M gnu/packages/hunspell.scm
M gnu/packages/hunspell.scm => gnu/packages/hunspell.scm +8 -0
@@ 426,6 426,14 @@ spell-checking library.")
                         #:home-page "https://www.libreitalia.org/"
                         #:license license:gpl3)))

(define-public hunspell-dict-pt-br
  (let ((synopsis identity))
    (hunspell-dictionary "pt_BR" "Portuguese (Brazil)"
                         #:synopsis (synopsis "Hunspell dictionary for Portuguese (Brazil)")
                         #:home-page "https://cgit.freedesktop.org/libreoffice/dictionaries/tree/pt_BR"
                         #:license (list license:lgpl3+))))


;;;
;;; Hunspell packages made from the Aspell word lists.
;;;