mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
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 @@ (define-public texinfo
|
|||
(inputs `(("ncurses" ,ncurses)
|
||||
("xz" ,xz)
|
||||
("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/")
|
||||
(synopsis "The GNU documentation format")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue