1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-25 11:40:30 +02:00

gnu: mcabber: Enable enchant support.

* gnu/packages/messaging.scm (mcabber) [arguments]: Add --enable-enchant
configure-flag.
[inputs]: Add enchant.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
This commit is contained in:
Raghav Gururajan
2021-02-24 23:13:40 -05:00
committed by Danny Milosavljevic
parent a3c675ee19
commit 703005e88e

View File

@@ -1949,11 +1949,13 @@ protocol allows.")
(list
"--disable-static"
"--enable-otr"
"--enable-enchant"
"--enable-aspell")))
(inputs
`(("gpgme" ,gpgme)
("libotr" ,libotr)
("aspell" ,aspell)
("enchant" ,enchant-1.6)
("libidn" ,libidn)
("glib" ,glib)
("ncurses" ,ncurses)