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:
Milkey Mouse 2021-09-01 16:58:53 -07:00 committed by Ludovic Courtès
parent 7865973ef7
commit 3d42aa33da
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -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