mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 07:16:39 +01:00
gnu: foot: Add search path for 'TERMINFO_DIRS'.
* gnu/packages/terminals.scm (foot)[native-search-paths]: New field.
This commit is contained in:
parent
5f024ef3af
commit
50249cab3a
1 changed files with 6 additions and 0 deletions
|
@ -862,6 +862,12 @@ (define-public foot
|
|||
(native-inputs
|
||||
(list ncurses ;for 'tic'
|
||||
pkg-config scdoc wayland-protocols))
|
||||
(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")))))
|
||||
(inputs
|
||||
(list fcft libxkbcommon wayland))
|
||||
(synopsis "Wayland-native terminal emulator")
|
||||
|
|
Loading…
Reference in a new issue