mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
Revert "gnu: neomutt: Configure with 'lmdb' and 'tokyocabinet'."
'kyotocabinet' is more current than tokyocabinet in development
and supported in neomutt aswell.
This reverts commit ef91e2b964
.
Signed-off-by: Kei Kebreau <kei@openmailbox.org>
This commit is contained in:
parent
d4f6f78ea3
commit
91c8724165
1 changed files with 2 additions and 5 deletions
|
@ -267,8 +267,6 @@ (define-public neomutt
|
||||||
(inputs
|
(inputs
|
||||||
`(("cyrus-sasl" ,cyrus-sasl)
|
`(("cyrus-sasl" ,cyrus-sasl)
|
||||||
("gdbm" ,gdbm)
|
("gdbm" ,gdbm)
|
||||||
("lmdb" ,lmdb)
|
|
||||||
("tokyocabinet" ,tokyocabinet)
|
|
||||||
("gpgme" ,gpgme)
|
("gpgme" ,gpgme)
|
||||||
("ncurses" ,ncurses)
|
("ncurses" ,ncurses)
|
||||||
("gnutls" ,gnutls)
|
("gnutls" ,gnutls)
|
||||||
|
@ -291,11 +289,10 @@ (define-public neomutt
|
||||||
"--enable-gpgme"
|
"--enable-gpgme"
|
||||||
|
|
||||||
;; database, implies header caching
|
;; database, implies header caching
|
||||||
;; neomutt supports building multiple backends
|
"--without-tokyocabinet"
|
||||||
"--with-tokyocabinet"
|
|
||||||
"--without-qdbm"
|
"--without-qdbm"
|
||||||
"--without-bdb"
|
"--without-bdb"
|
||||||
"--with-lmdb"
|
"--without-lmdb"
|
||||||
"--with-gdbm"
|
"--with-gdbm"
|
||||||
|
|
||||||
"--with-gnutls"
|
"--with-gnutls"
|
||||||
|
|
Loading…
Reference in a new issue