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)
|
||||
("less" ,less)
|
||||
("libpipeline" ,libpipeline)))
|
||||
(native-search-paths
|
||||
(list (search-path-specification
|
||||
(variable "MANPATH")
|
||||
(directories '("share/man")))))
|
||||
(home-page "http://man-db.nongnu.org/")
|
||||
(synopsis "Standard Unix documentation system")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue