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 <kei@openmailbox.org>
master
ng0 2017-03-07 00:58:03 +00:00 committed by Kei Kebreau
parent 469609a987
commit 5c95465e27
No known key found for this signature in database
GPG Key ID: E6A5EE3C19467A0D
1 changed files with 5 additions and 1 deletions

View File

@ -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"