From 3d42aa33da54e9a289112afc4ad4662b9402b2f4 Mon Sep 17 00:00:00 2001 From: Milkey Mouse Date: Wed, 1 Sep 2021 16:58:53 -0700 Subject: [PATCH] gnu: mandoc: Add $MANPATH to native-search-paths. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/man.scm (mandoc)[native-search-paths]: New field. Signed-off-by: Ludovic Courtès --- gnu/packages/man.scm | 4 ++++ 1 file changed, 4 insertions(+) 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