mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: alacritty: Add search path for 'TERMINFO_DIRS'.
* gnu/packages/terminals.scm (alacritty)[native-search-paths]: New field. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
2ade5bdeb8
commit
9b390921b4
1 changed files with 6 additions and 0 deletions
|
@ -1312,6 +1312,12 @@ (define-public alacritty
|
|||
("ncurses" ,ncurses)
|
||||
("pkg-config" ,pkg-config)
|
||||
("python3" ,python)))
|
||||
(native-search-paths
|
||||
;; FIXME: This should only be located in 'ncurses'. Nonetheless it is
|
||||
;; provided for usability reasons. See <https://bugs.gnu.org/22138>.
|
||||
(list (search-path-specification
|
||||
(variable "TERMINFO_DIRS")
|
||||
(files '("share/terminfo")))))
|
||||
(home-page "https://github.com/alacritty/alacritty")
|
||||
(synopsis "GPU-accelerated terminal emulator")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue