diff options
Diffstat (limited to 'gnu/packages/irc.scm')
-rw-r--r-- | gnu/packages/irc.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/irc.scm b/gnu/packages/irc.scm index 278b1bc8fe..3b88e8d4d2 100644 --- a/gnu/packages/irc.scm +++ b/gnu/packages/irc.scm @@ -166,6 +166,7 @@ irssi, but graphical.") (setenv "CONFIG_SHELL" (which "bash")) (invoke "./configure" (string-append "--prefix=" out) + (string-append "--enable-true-color") (string-append "--with-proxy") (string-append "--with-socks") (string-append "--with-bot"))))) @@ -173,7 +174,7 @@ irssi, but graphical.") (lambda _ (setenv "HOME" (getcwd))))))) (inputs - (list glib ncurses openssl perl)) + (list glib ncurses openssl perl utf8proc)) (native-inputs (list pkg-config)) (home-page "https://irssi.org/") |