mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
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>
This commit is contained in:
parent
3df707778a
commit
4835d52efd
1 changed files with 2 additions and 1 deletions
|
@ -987,7 +987,8 @@ (define-public rxvt-unicode
|
|||
;; 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
|
||||
|
|
Loading…
Reference in a new issue