gnu: texinfo: Claim 'INFOPATH'. Reported by Konrad Hinsen <konrad.hinsen@fastmail.net>. * gnu/packages/texinfo.scm (texinfo)[native-search-paths]: New field.
1 files changed, 7 insertions(+), 0 deletions(-) M gnu/packages/texinfo.scm
M gnu/packages/texinfo.scm => gnu/packages/texinfo.scm +7 -0
@@ 45,6 45,13 @@ (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