Revert "gnu: neomutt: Configure with 'lmdb' and 'tokyocabinet'."
'kyotocabinet' is more current than tokyocabinet in development and supported in neomutt aswell. This reverts commit ef91e2b964ec0952698dd1bf7daf76624fed2145. Signed-off-by: Kei Kebreau <kei@openmailbox.org>
This commit is contained in:
parent
d4f6f78ea3
commit
91c8724165
@ -267,8 +267,6 @@ operating systems.")
|
||||
(inputs
|
||||
`(("cyrus-sasl" ,cyrus-sasl)
|
||||
("gdbm" ,gdbm)
|
||||
("lmdb" ,lmdb)
|
||||
("tokyocabinet" ,tokyocabinet)
|
||||
("gpgme" ,gpgme)
|
||||
("ncurses" ,ncurses)
|
||||
("gnutls" ,gnutls)
|
||||
@ -291,11 +289,10 @@ operating systems.")
|
||||
"--enable-gpgme"
|
||||
|
||||
;; database, implies header caching
|
||||
;; neomutt supports building multiple backends
|
||||
"--with-tokyocabinet"
|
||||
"--without-tokyocabinet"
|
||||
"--without-qdbm"
|
||||
"--without-bdb"
|
||||
"--with-lmdb"
|
||||
"--without-lmdb"
|
||||
"--with-gdbm"
|
||||
|
||||
"--with-gnutls"
|
||||
|
Loading…
Reference in New Issue
Block a user