From db44959a35b0dad120417da0f987438726878473 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Thu, 24 Jun 2021 23:13:21 -0300 Subject: src/xyz/euandreh/queue.scm: Add hunspell-iconv --- src/xyz/euandreh/queue.scm | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/xyz') diff --git a/src/xyz/euandreh/queue.scm b/src/xyz/euandreh/queue.scm index f30a799..03321cb 100644 --- a/src/xyz/euandreh/queue.scm +++ b/src/xyz/euandreh/queue.scm @@ -488,6 +488,14 @@ spell-checking library.") #:home-page "https://eo.libreoffice.org/helpo/" #:license license:gpl3)) +(define-public hunspell-iconv + (package + (inherit hunspell) + (name "hunspell-iconv") + (inputs + `(("libiconv" ,libiconv) + ,@(package-inputs hunspell))))) + (list perl-tidy perl-b-lint @@ -504,5 +512,6 @@ spell-checking library.") perl-class-tiny-antlers perl-moosex-mungehas perl-template-mustache + hunspell-iconv hunspell-dict-pt-br hunspell-dict-eo) -- cgit v1.2.3