diff options
author | Xinglu Chen <public@yoctocell.xyz> | 2021-09-04 11:41:36 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2021-09-14 09:04:33 +0200 |
commit | fe98dfe439b60798ffa2127f02554787a2bbe87e (patch) | |
tree | 135668a0134e85dc1047cb18d9ed504a167c8062 /gnu/packages/mail.scm | |
parent | 0bce8636e8305dc735ba298ff2b85406b040ff79 (diff) | |
download | guix-fe98dfe439b60798ffa2127f02554787a2bbe87e.tar.gz |
gnu: notmuch: Build Texinfo manual.
* gnu/packages/mail.scm (notmuch)[native-inputs]: Add 'texinfo'. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
Diffstat (limited to 'gnu/packages/mail.scm')
-rw-r--r-- | gnu/packages/mail.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm index 0ccd719d68..ed56338218 100644 --- a/gnu/packages/mail.scm +++ b/gnu/packages/mail.scm @@ -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) |