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>master
parent
7865973ef7
commit
3d42aa33da
|
@ -254,6 +254,10 @@ the traditional flat-text whatis databases.")
|
|||
"\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
|
||||
|
|
Reference in New Issue