mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: man-db: Add specification for $MANPATH.
* gnu/packages/man.scm (man-db)[native-search-paths]: New field.
This commit is contained in:
parent
ff46707281
commit
2b42718b34
1 changed files with 4 additions and 0 deletions
|
@ -102,6 +102,10 @@ (define-public man-db
|
||||||
("groff" ,groff)
|
("groff" ,groff)
|
||||||
("less" ,less)
|
("less" ,less)
|
||||||
("libpipeline" ,libpipeline)))
|
("libpipeline" ,libpipeline)))
|
||||||
|
(native-search-paths
|
||||||
|
(list (search-path-specification
|
||||||
|
(variable "MANPATH")
|
||||||
|
(directories '("share/man")))))
|
||||||
(home-page "http://man-db.nongnu.org/")
|
(home-page "http://man-db.nongnu.org/")
|
||||||
(synopsis "Standard Unix documentation system")
|
(synopsis "Standard Unix documentation system")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue