me
/
guix
Archived
1
0
Fork 0

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
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
1 changed files with 4 additions and 0 deletions

View File

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