guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: neomutt: Configure with 'lmdb' and 'tokyocabinet'.


From: Kei Kebreau
Subject: 02/02: gnu: neomutt: Configure with 'lmdb' and 'tokyocabinet'.
Date: Thu, 2 Mar 2017 13:57:29 -0500 (EST)

kkebreau pushed a commit to branch master
in repository guix.

commit ef91e2b964ec0952698dd1bf7daf76624fed2145
Author: ng0 <address@hidden>
Date:   Tue Feb 14 19:21:28 2017 +0000

    gnu: neomutt: Configure with 'lmdb' and 'tokyocabinet'.
    
    * gnu/packages/mail.scm (neomutt)[configure]: Add '--with-tokyocabinet' and
    '--with-lmdb'.
    [inputs]: Add 'lmdb' and 'tokyocabinet'.
    
    Signed-off-by: Kei Kebreau <address@hidden>
---
 gnu/packages/mail.scm | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

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



reply via email to

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