gnu: foot: Add search path for 'TERMINFO_DIRS'.
* gnu/packages/terminals.scm (foot)[native-search-paths]: New field.master
parent
5f024ef3af
commit
50249cab3a
|
@ -862,6 +862,12 @@ eye-candy, customizable, and reasonably lightweight.")
|
|||
(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")
|
||||
|
|
Reference in New Issue