gnu: gcc: Fix manual pages.
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>
Sun, 1 Oct 2017 13:27:31 +0000 (09:27 -0400)
committerEfraim Flashner <efraim@flashner.co.il>
Thu, 5 Oct 2017 18:15:21 +0000 (21:15 +0300)
commit19d27131968355a1da962e52163df51e0e03aba1
treebaf524425f57848539be4a302c1fe22a91679b56
parent52fb2838e2b99c04c3b9a190bfa4f42ef3991325
gnu: gcc: Fix manual pages.

Fixes bug #24069. perl is made a native input to all of the gcc-* packages
except for gcc-boot0; perl-boot0 is made a native input to gcc-final.

* gnu/packages/patches/gcc-fix-texi2pod.patch: Add patch file to fix texi2pod.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/gcc.scm (gcc-4.7, gcc-4.8, gcc-4.9, gcc-5): Use it.
(gcc-4.7)[native-inputs]: Add perl.
(gcc-4.9)[native-inputs]: Likewise.
* gnu/packages/commencement.scm (gcc-boot0)[native-inputs]: Remove perl.
(gcc-final)[native-inputs]: Add perl-boot0.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
gnu/local.mk
gnu/packages/commencement.scm
gnu/packages/gcc.scm
gnu/packages/patches/gcc-fix-texi2pod.patch [new file with mode: 0644]