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)
|
||||
("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"
|
||||
|
Loading…
Reference in New Issue
Block a user