[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#50077] [PATCH v2 1/3] gnu: notmuch: Build Texinfo manual.
From: |
Xinglu Chen |
Subject: |
[bug#50077] [PATCH v2 1/3] gnu: notmuch: Build Texinfo manual. |
Date: |
Sat, 04 Sep 2021 11:41:36 +0200 |
* gnu/packages/mail.scm (notmuch)[native-inputs]: Add 'texinfo'.
---
gnu/packages/mail.scm | 1 +
1 file changed, 1 insertion(+)
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)
--
2.33.0
bug#50077: [PATCH v2 0/3] Improvements to Notmuch, Nicolas Goaziou, 2021/09/14