Pierre Neidhardt <[email protected]> skribis: > My proposed patch: > > (add-after 'install 'wrap-program > (lambda* (#:key inputs outputs #:allow-other-keys) > (let* ((out (assoc-ref outputs "out")) > (groff (assoc-ref inputs "groff-minimal"))) > (wrap-program (string-append out "/bin/man") > `("PATH" ":" prefix (,(string-append groff "/bin"))))) > #t))
It would have the same effect as Marius’ commit 296551a2e9310d4a030ee49530e9367e73aaeecf, wouldn’t it? My understanding, at this point, is that we need to find out why ‘preconv’ segfaults, no? Thanks, Ludo’.
