gnu: foot: Add search path for 'TERMINFO_DIRS'.

* gnu/packages/terminals.scm (foot)[native-search-paths]: New field.
This commit is contained in:
Jelle Licht 2023-05-08 22:28:47 +02:00
parent 5f024ef3af
commit 50249cab3a
No known key found for this signature in database
GPG key ID: DA4597F947B41025

View file

@ -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")