guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: rxvt-unicode: Enable 256 colors


From: guix-commits
Subject: branch master updated: gnu: rxvt-unicode: Enable 256 colors
Date: Wed, 14 Oct 2020 06:58:12 -0400

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

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 4835d52  gnu: rxvt-unicode: Enable 256 colors
4835d52 is described below

commit 4835d52efd6aedb14978089785a09baf2be31386
Author: Josh Hoff <randomenduser@fastmail.com>
AuthorDate: Sat Oct 10 04:55:26 2020 -0500

    gnu: rxvt-unicode: Enable 256 colors
    
    I noticed urxvt has a termcap file for rxvt-256color, but that's not
    actually built.
    
    Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
 gnu/packages/xdisorg.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index d9c8905..ccfab58 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -987,7 +987,8 @@ compact configuration syntax.")
      ;; This sets the destination when installing the necessary terminal
      ;; capability data, which are not provided by 'ncurses'.  See
      ;; https://lists.gnu.org/archive/html/bug-ncurses/2009-10/msg00031.html
-     `(#:make-flags (list (string-append "TERMINFO="
+     `(#:configure-flags (list "--enable-256-color")
+       #:make-flags (list (string-append "TERMINFO="
                                          (assoc-ref %outputs "out")
                                          "/share/terminfo"))
        #:phases



reply via email to

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