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 @@ eye-candy, customizable, and reasonably lightweight.")
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list ncurses ;for 'tic'
|
(list ncurses ;for 'tic'
|
||||||
pkg-config scdoc wayland-protocols))
|
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
|
(inputs
|
||||||
(list fcft libxkbcommon wayland))
|
(list fcft libxkbcommon wayland))
|
||||||
(synopsis "Wayland-native terminal emulator")
|
(synopsis "Wayland-native terminal emulator")
|
||||||
|
|
|
||||||
Reference in a new issue