guix-commits
[Top][All Lists]
Advanced

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

01/03: Revert "gnu: neomutt: Configure with 'lmdb' and 'tokyocabinet'."


From: Kei Kebreau
Subject: 01/03: Revert "gnu: neomutt: Configure with 'lmdb' and 'tokyocabinet'."
Date: Thu, 9 Mar 2017 21:04:02 -0500 (EST)

kkebreau pushed a commit to branch master
in repository guix.

commit 91c8724165d5839b0fd7026a93f4b6c150da2fec
Author: ng0 <address@hidden>
Date:   Tue Mar 7 00:58:01 2017 +0000

    Revert "gnu: neomutt: Configure with 'lmdb' and 'tokyocabinet'."
    
    'kyotocabinet' is more current than tokyocabinet in development
    and supported in neomutt aswell.
    
    This reverts commit ef91e2b964ec0952698dd1bf7daf76624fed2145.
    
    Signed-off-by: Kei Kebreau <address@hidden>
---
 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 b70597b..d03e388 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"



reply via email to

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