mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
gnu: ncurses: Add 'TERMINFO_DIRS' search path variable.
* gnu/packages/ncurses.scm (ncurses)[native-search-paths]: New field.
This commit is contained in:
parent
4d28b97c46
commit
de6d9f4553
1 changed files with 4 additions and 0 deletions
|
@ -102,6 +102,10 @@ (define lib.so
|
||||||
(add-after 'unpack 'remove-unneeded-shebang
|
(add-after 'unpack 'remove-unneeded-shebang
|
||||||
,remove-shebang-phase))))
|
,remove-shebang-phase))))
|
||||||
(self-native-input? #t) ; for `tic'
|
(self-native-input? #t) ; for `tic'
|
||||||
|
(native-search-paths
|
||||||
|
(list (search-path-specification
|
||||||
|
(variable "TERMINFO_DIRS")
|
||||||
|
(files '("share/terminfo")))))
|
||||||
(synopsis "Terminal emulation (termcap, terminfo) library")
|
(synopsis "Terminal emulation (termcap, terminfo) library")
|
||||||
(description
|
(description
|
||||||
"GNU Ncurses is a library which provides capabilities to write text to
|
"GNU Ncurses is a library which provides capabilities to write text to
|
||||||
|
|
Loading…
Reference in a new issue