guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: irssi: Enable true-color and unicode support


From: guix-commits
Subject: branch master updated: gnu: irssi: Enable true-color and unicode support.
Date: Fri, 17 Dec 2021 08:48:30 -0500

This is an automated email from the git hooks/post-receive script.

raghavgururajan pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 47bc8a5  gnu: irssi: Enable true-color and unicode support.
47bc8a5 is described below

commit 47bc8a514c6a7808a2478a74c3975454ad6fe349
Author: Raghav Gururajan <rg@raghavgururajan.name>
AuthorDate: Fri Dec 17 08:45:18 2021 -0500

    gnu: irssi: Enable true-color and unicode support.
    
    * gnu/packages/irc.scm (irssi)[inputs]: Add utf8proc.
    [configure-flags](enable-true-color): New flag.
---
 gnu/packages/irc.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/irc.scm b/gnu/packages/irc.scm
index 278b1bc..3b88e8d 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/";)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]