From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pierre Neidhardt Subject: bug#30785: Man pages truncated, repeated Date: Sun, 13 Jan 2019 18:43:02 +0100 Message-ID: <87pnt08ndl.fsf@ambrevar.xyz> References: <87va2s8row.fsf@ambrevar.xyz> <87tvic8rfq.fsf@ambrevar.xyz> <878szo5w6z.fsf@gnu.org> <87r2dg8nxd.fsf@ambrevar.xyz> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" Return-path: Received: from eggs.gnu.org ([209.51.188.92]:46858) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gijnn-0003Py-4m for bug-guix@gnu.org; Sun, 13 Jan 2019 12:44:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gijnm-0005BS-4L for bug-guix@gnu.org; Sun, 13 Jan 2019 12:44:02 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:58789) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gijnm-0005BE-1Q for bug-guix@gnu.org; Sun, 13 Jan 2019 12:44:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gijnl-0002cr-Nh for bug-guix@gnu.org; Sun, 13 Jan 2019 12:44:01 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-reply-to: <87r2dg8nxd.fsf@ambrevar.xyz> List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 30785@debbugs.gnu.org --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable My proposed patch: =2D-8<---------------cut here---------------start------------->8--- (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)) =2D-8<---------------cut here---------------end--------------->8--- Not completely ideal, but at least man-db would be fully functional for Guix 1.0! :) =2D-=20 Pierre Neidhardt https://ambrevar.xyz/ --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEUPM+LlsMPZAEJKvom9z0l6S7zH8FAlw7eKYACgkQm9z0l6S7 zH/Ouwf/bEI9wGRYBa1W1qQRfBWyGL5KyuE2oKC2QRfKdwvowkEwGta32GDYvzuS lTEkuuMaQEtV+G92vC1NuZxt5TQCWXh2ELuhZGpY5+jnT1k8P2NA+F0/9PBzvaDq yhAQRJsnpA2BxuZWBgLr+KK1uSFPhx9kgNnlSytMREU8ftn+ihlWNxlZZUsvDopz GjPFv9iHXNI7DOexJhdwK8lVgN0LUhApwrWHaePwTWRc2P0JPq7C0wnkqeWZPFaE xdHhne7ICX/f/vBhZBBX1DpoOephCTOnArKvjsVUfMloUXfuS86gqQ7OKZ1u2j5S 0r07DaIZalhJL/JRHKOvEzgCcsvxyw== =s6Rc -----END PGP SIGNATURE----- --=-=-=--