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 #29 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 3/3] gnu: neomutt: Configure with 'lmdb' and 'kyotocabinet'.
Date: Tue,  7 Mar 2017 00:58:03 +0000
From: ng0 <contact.ng0 <at> cryptolab.net>

* gnu/packages/mail.scm (neomutt)[configure]: Add '--with-kyotocabinet'
and '--with-lmdb'.
[inputs]: Add 'lmdb' and 'kyotocabinet'.
---
 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 80b712381..56fe9508a 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"
-- 
2.12.0





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

Previous Next


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