diff --git a/gnu/packages/man.scm b/gnu/packages/man.scm index 50295b55f7..49e149128d 100644 --- a/gnu/packages/man.scm +++ b/gnu/packages/man.scm @@ -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