GNU bug report logs - #26003
neomutt: update to 20170306 + kyotocabinet

Previous Next

Package: guix-patches;

Reported by: ng0 <contact.ng0 <at> cryptolab.net>

Date: Mon, 6 Mar 2017 19:23:01 UTC

Severity: normal

Done: ng0 <contact.ng0 <at> cryptolab.net>

Bug is archived. No further changes may be made.

Full log


Message #26 received at 26003 <at> debbugs.gnu.org (full text, mbox):

From: contact.ng0 <at> cryptolab.net
To: 26003 <at> debbugs.gnu.org
Cc: ng0 <contact.ng0 <at> cryptolab.net>
Subject: [PATCH 1/3] Revert "gnu: neomutt: Configure with 'lmdb' and
 'tokyocabinet'."
Date: Tue,  7 Mar 2017 00:58:01 +0000
From: ng0 <contact.ng0 <at> cryptolab.net>

'kyotocabinet' is more current than tokyocabinet in development
and supported in neomutt aswell.

This reverts commit ef91e2b964ec0952698dd1bf7daf76624fed2145.
---
 gnu/packages/mail.scm | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index b70597b84..d03e3889f 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -267,8 +267,6 @@ operating systems.")
     (inputs
      `(("cyrus-sasl" ,cyrus-sasl)
        ("gdbm" ,gdbm)
-       ("lmdb" ,lmdb)
-       ("tokyocabinet" ,tokyocabinet)
        ("gpgme" ,gpgme)
        ("ncurses" ,ncurses)
        ("gnutls" ,gnutls)
@@ -291,11 +289,10 @@ operating systems.")
              "--enable-gpgme"
 
              ;; database, implies header caching
-             ;; neomutt supports building multiple backends
-             "--with-tokyocabinet"
+             "--without-tokyocabinet"
              "--without-qdbm"
              "--without-bdb"
-             "--with-lmdb"
+             "--without-lmdb"
              "--with-gdbm"
 
              "--with-gnutls"
-- 
2.12.0





This bug report was last modified 8 years and 134 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.