mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 19:39:34 +01: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:
parent
a3c675ee19
commit
703005e88e
1 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue