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
|
@ -102,6 +102,10 @@
|
||||||
(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 New Issue