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>
This commit is contained in:
parent
469609a987
commit
5c95465e27
|
@ -272,9 +272,11 @@ operating systems.")
|
||||||
("gnutls" ,gnutls)
|
("gnutls" ,gnutls)
|
||||||
("openssl" ,openssl) ;For smime
|
("openssl" ,openssl) ;For smime
|
||||||
("perl" ,perl)
|
("perl" ,perl)
|
||||||
|
("kyotocabinet" ,kyotocabinet)
|
||||||
("libxslt" ,libxslt)
|
("libxslt" ,libxslt)
|
||||||
("libidn" ,libidn)
|
("libidn" ,libidn)
|
||||||
("libxml2" ,libxml2)
|
("libxml2" ,libxml2)
|
||||||
|
("lmdb" ,lmdb)
|
||||||
("docbook-xsl" ,docbook-xsl)
|
("docbook-xsl" ,docbook-xsl)
|
||||||
("notmuch" ,notmuch)))
|
("notmuch" ,notmuch)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
|
@ -292,7 +294,9 @@ operating systems.")
|
||||||
"--without-tokyocabinet"
|
"--without-tokyocabinet"
|
||||||
"--without-qdbm"
|
"--without-qdbm"
|
||||||
"--without-bdb"
|
"--without-bdb"
|
||||||
"--without-lmdb"
|
"--with-lmdb"
|
||||||
|
(string-append "--with-kyotocabinet="
|
||||||
|
(assoc-ref %build-inputs "kyotocabinet"))
|
||||||
"--with-gdbm"
|
"--with-gdbm"
|
||||||
|
|
||||||
"--with-gnutls"
|
"--with-gnutls"
|
||||||
|
|
Loading…
Reference in New Issue