unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#43907] [PATCH] gnu: rxvt-unicode: Enable 256 colors
@ 2020-10-10  9:55 Josh Hoff
  2020-10-14 10:57 ` bug#43907: " Efraim Flashner
  0 siblings, 1 reply; 3+ messages in thread
From: Josh Hoff @ 2020-10-10  9:55 UTC (permalink / raw)
  To: 43907; +Cc: Josh Hoff

I noticed urxvt has a termcap file for rxvt-256color, but that's not
actually built.

---
 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 5398761c65..fd52722b97 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -985,7 +985,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
--
2.28.0




^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-10-14 16:47 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-10  9:55 [bug#43907] [PATCH] gnu: rxvt-unicode: Enable 256 colors Josh Hoff
2020-10-14 10:57 ` bug#43907: " Efraim Flashner
2020-10-14 11:46   ` [bug#43907] " Josh

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).