gnu: notmuch: Build Texinfo manual.

* gnu/packages/mail.scm (notmuch)[native-inputs]: Add 'texinfo'.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
Xinglu Chen 2021-09-04 11:41:36 +02:00 committed by Nicolas Goaziou
parent 0bce8636e8
commit fe98dfe439
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D

View File

@ -1408,6 +1408,7 @@ invoking @command{notifymuch} from the post-new hook.")
("python" ,python)
("python-docutils" ,python-docutils)
("sphinx" ,python-sphinx)
("texinfo" ,texinfo)
;; The following are required for tests only.
("which" ,which)