diff mbox series

[bug#50077,v2,1/3] gnu: notmuch: Build Texinfo manual.

Message ID c2f9baa46b4c6b504949e76141e1912a3f498f54.1630748355.git.public@yoctocell.xyz
State Accepted
Headers show
Series Improvements to Notmuch | expand

Checks

Context Check Description
cbaines/applying patch fail View Laminar job
cbaines/issue success View issue

Commit Message

Xinglu Chen Sept. 4, 2021, 9:41 a.m. UTC
* gnu/packages/mail.scm (notmuch)[native-inputs]: Add 'texinfo'.
---
 gnu/packages/mail.scm | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index 87094cb9eb..eb141c5984 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -1388,6 +1388,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)