1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-05 08:45:55 +02:00

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>
This commit is contained in:
Ale Abdo
2025-01-02 00:46:31 +01:00
committed by Ludovic Courtès
parent 7d4ff32a21
commit f3645fdda7
+8
View File
@@ -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.
;;;