guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/03: gnu: notmuch: Build Texinfo manual.


From: guix-commits
Subject: 01/03: gnu: notmuch: Build Texinfo manual.
Date: Tue, 14 Sep 2021 03:05:22 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit fe98dfe439b60798ffa2127f02554787a2bbe87e
Author: Xinglu Chen <public@yoctocell.xyz>
AuthorDate: Sat Sep 4 11:41:36 2021 +0200

    gnu: notmuch: Build Texinfo manual.
    
    * gnu/packages/mail.scm (notmuch)[native-inputs]: Add 'texinfo'.
    
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
 gnu/packages/mail.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index 0ccd719..ed56338 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]