unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#66547] [PATCH 2/2] gnu: notmuch: Update to support sexp queries.
       [not found] <20231014192847.21978-1-sergio.pastorperez@outlook.es>
@ 2023-10-14 19:28 ` Sergio Pastor Pérez
  0 siblings, 0 replies; only message in thread
From: Sergio Pastor Pérez @ 2023-10-14 19:28 UTC (permalink / raw)
  To: 66547; +Cc: Sergio Pastor Pérez

* gnu/packages/mail.scm (notmuch): Update to support sexp queries.
---
 gnu/packages/mail.scm | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index be458a2d92..f330b1d8a2 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -80,6 +80,7 @@ (define-module (gnu packages mail)
   #:use-module (gnu packages bash)
   #:use-module (gnu packages bison)
   #:use-module (gnu packages boost)
+  #:use-module (gnu packages c)
   #:use-module (gnu packages calendar)
   #:use-module (gnu packages check)
   #:use-module (gnu packages compression)
@@ -1403,13 +1404,15 @@ (define-public notmuch
            python-docutils
            python-sphinx
            texinfo
+           sfsexp               ; required to support sexp queries
            ;; The following are required for tests only.
            emacs-no-x           ; -minimal lacks libxml, needed for some tests
            which
            dtach
            gnupg
            man-db
-           perl))
+           perl
+           git))                ; required by the sexp query tests
     (inputs
      (list glib gmime talloc xapian zlib))
     (home-page "https://notmuchmail.org/")
-- 
2.41.0





^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2023-10-14 19:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20231014192847.21978-1-sergio.pastorperez@outlook.es>
2023-10-14 19:28 ` [bug#66547] [PATCH 2/2] gnu: notmuch: Update to support sexp queries Sergio Pastor Pérez

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).