gnu: texinfo: Claim 'INFOPATH'.
Reported by Konrad Hinsen <konrad.hinsen@fastmail.net>. * gnu/packages/texinfo.scm (texinfo)[native-search-paths]: New field.
This commit is contained in:
parent
57aff6476e
commit
1668dfcd37
1 changed files with 7 additions and 0 deletions
|
@ -45,6 +45,13 @@
|
||||||
(inputs `(("ncurses" ,ncurses)
|
(inputs `(("ncurses" ,ncurses)
|
||||||
("xz" ,xz)
|
("xz" ,xz)
|
||||||
("perl" ,perl)))
|
("perl" ,perl)))
|
||||||
|
|
||||||
|
(native-search-paths
|
||||||
|
;; This is the variable used by the standalone Info reader.
|
||||||
|
(list (search-path-specification
|
||||||
|
(variable "INFOPATH")
|
||||||
|
(files '("share/info")))))
|
||||||
|
|
||||||
(home-page "http://www.gnu.org/software/texinfo/")
|
(home-page "http://www.gnu.org/software/texinfo/")
|
||||||
(synopsis "The GNU documentation format")
|
(synopsis "The GNU documentation format")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in a new issue