gnu: emacs: Claim 'INFOPATH'.
Reported by Konrad Hinsen <konrad.hinsen@fastmail.net>. * gnu/packages/emacs.scm (emacs)[native-search-path]: New field.
This commit is contained in:
parent
a2950fa4dc
commit
64c9834716
|
@ -109,6 +109,12 @@
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)
|
`(("pkg-config" ,pkg-config)
|
||||||
("texinfo" ,texinfo)))
|
("texinfo" ,texinfo)))
|
||||||
|
|
||||||
|
(native-search-paths
|
||||||
|
(list (search-path-specification
|
||||||
|
(variable "INFOPATH")
|
||||||
|
(files '("share/info")))))
|
||||||
|
|
||||||
(home-page "http://www.gnu.org/software/emacs/")
|
(home-page "http://www.gnu.org/software/emacs/")
|
||||||
(synopsis "The extensible, customizable, self-documenting text editor")
|
(synopsis "The extensible, customizable, self-documenting text editor")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in New Issue