mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
gnu: mandoc: Add $MANPATH to native-search-paths.
* gnu/packages/man.scm (mandoc)[native-search-paths]: New field. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
7865973ef7
commit
3d42aa33da
1 changed files with 4 additions and 0 deletions
|
@ -254,6 +254,10 @@ (define-public mandoc
|
|||
"\n"))))))))
|
||||
(native-inputs `(("perl" ,perl))) ;used to run tests
|
||||
(inputs `(("zlib" ,zlib)))
|
||||
(native-search-paths
|
||||
(list (search-path-specification
|
||||
(variable "MANPATH")
|
||||
(files '("share/man")))))
|
||||
(synopsis "Tools for BSD mdoc and man pages")
|
||||
(description
|
||||
"mandoc is a suite of tools compiling mdoc, the roff macro language of
|
||||
|
|
Loading…
Reference in a new issue