guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: neomutt: Configure with 'lmdb' and 'kyotocabinet'.


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

kkebreau pushed a commit to branch master
in repository guix.

commit 5c95465e27352c5e64c7a2acdc5e341bba321663
Author: ng0 <address@hidden>
Date:   Tue Mar 7 00:58:03 2017 +0000

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

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index 80b7123..56fe950 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -272,9 +272,11 @@ operating systems.")
        ("gnutls" ,gnutls)
        ("openssl" ,openssl) ;For smime
        ("perl" ,perl)
+       ("kyotocabinet" ,kyotocabinet)
        ("libxslt" ,libxslt)
        ("libidn" ,libidn)
        ("libxml2" ,libxml2)
+       ("lmdb" ,lmdb)
        ("docbook-xsl" ,docbook-xsl)
        ("notmuch" ,notmuch)))
     (native-inputs
@@ -292,7 +294,9 @@ operating systems.")
              "--without-tokyocabinet"
              "--without-qdbm"
              "--without-bdb"
-             "--without-lmdb"
+             "--with-lmdb"
+             (string-append "--with-kyotocabinet="
+                            (assoc-ref %build-inputs "kyotocabinet"))
              "--with-gdbm"
 
              "--with-gnutls"



reply via email to

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