~ruther/guix-local

9187970747ff26dbda4d27cdfb692f2ee54262c7 — Ale Abdo 1 year, 4 months ago f3645fd
gnu: Add hunspell-dict-pt-pt.

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

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

M gnu/packages/hunspell.scm
M gnu/packages/hunspell.scm => gnu/packages/hunspell.scm +7 -0
@@ 434,6 434,13 @@ spell-checking library.")
                         #:license (list license:lgpl3+))))


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

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