1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-12 16:10:39 +02:00

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

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)