From 0759263fdcc869eccbefacf4ef91ccdb1d2f6f0e Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Fri, 25 Jun 2021 11:33:34 -0300 Subject: src/xyz/euandreh/queue.scm: Add hunspell-iconv back --- src/xyz/euandreh/queue.scm | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src') diff --git a/src/xyz/euandreh/queue.scm b/src/xyz/euandreh/queue.scm index ee79ccf..ae7cb6b 100644 --- a/src/xyz/euandreh/queue.scm +++ b/src/xyz/euandreh/queue.scm @@ -473,6 +473,14 @@ Template::Mustache conforms to v1.1.3 of the Mustache specs.") (define-public hunspell-dict-eo-utf8 (hunspell-dictionary-utf8 "eo")) +(define-public hunspell-iconv + (package + (inherit hunspell) + (name "hunspell-iconv") + (inputs + `(("libiconv" ,libiconv) + ,@(package-inputs hunspell))))) + (list perl-tidy perl-b-lint @@ -489,6 +497,7 @@ Template::Mustache conforms to v1.1.3 of the Mustache specs.") perl-class-tiny-antlers perl-moosex-mungehas perl-template-mustache + hunspell-iconv hunspell-dict-en-utf8 hunspell-dict-pt-utf8 hunspell-dict-fr-utf8 -- cgit v1.2.3