gnu: ncurses: Add 'TERMINFO_DIRS' search path variable.

* gnu/packages/ncurses.scm (ncurses)[native-search-paths]: New field.
This commit is contained in:
Ludovic Courtès 2015-12-15 22:27:31 +01:00
parent 4d28b97c46
commit de6d9f4553

View file

@ -102,6 +102,10 @@ (define lib.so
(add-after 'unpack 'remove-unneeded-shebang
,remove-shebang-phase))))
(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")
(description
"GNU Ncurses is a library which provides capabilities to write text to