me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/terminals.scm (foot)[native-search-paths]: New field.
master
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
1 changed files with 6 additions and 0 deletions

View File

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