mbox series

[bug#66547,0/2] Update `notmuch' package to support sexp queries

Message ID DU2P193MB2132BEC7B617017B6DD7FC2CF3D1A@DU2P193MB2132.EURP193.PROD.OUTLOOK.COM
Headers show
Series Update `notmuch' package to support sexp queries | expand

Message

Sergio Pastor Pérez Oct. 14, 2023, 7:19 p.m. UTC
This opens a patch series containing the `sfsexp' package required by
`notmuch' to compile with support for sexp queries. The other patch modifies
the `notmuch' package to include the `sfsexp' library as a native input so its
path is picked up by the build system.

Sergio Pastor Pérez (2):
  gnu: Add sfsexp.
  gnu: notmuch: Update to support sexp queries.

 gnu/packages/c.scm    | 23 +++++++++++++++++++++++
 gnu/packages/mail.scm |  5 ++++-
 2 files changed, 27 insertions(+), 1 deletion(-)


base-commit: 3d0cdf963820da665d71987c15cae6e503efc701

Comments

Wicki Gabriel (wicg) Dec. 8, 2023, 11:10 a.m. UTC | #1
Thanks for your patches! They look good to me, except for the fact that you state "GPL 2" as the license even though in the repo they say LGPL2.1 (or is it LGPL2.1+).

Please send us a corrected version of your patches.