diff options
author | Marius Bakke <mbakke@fastmail.com> | 2018-08-31 17:05:24 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2018-09-01 12:56:52 +0200 |
commit | a446cf26d7f386a81b8667f5ec75fb5f6232d202 (patch) | |
tree | c8fb4fcc135f6eb832a6f4cced9ee5df7c7bafc1 /gnu/local.mk | |
parent | 16de7f15cb2e9111916542dd538286d50086f100 (diff) | |
download | guix-a446cf26d7f386a81b8667f5ec75fb5f6232d202.tar.gz |
gnu: texinfo@5: Fix FTBFS with Perl >= 5.28.
* gnu/packages/patches/texinfo-5-perl-compat.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/texinfo.scm (texinfo-5)[source](patches): New field.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 76d6f69090..3309186d12 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1158,6 +1158,7 @@ dist_patch_DATA = \ %D%/packages/patches/teensy-loader-cli-help.patch \ %D%/packages/patches/teeworlds-use-latest-wavpack.patch \ %D%/packages/patches/texinfo-perl-compat.patch \ + %D%/packages/patches/texinfo-5-perl-compat.patch \ %D%/packages/patches/texi2html-document-encoding.patch \ %D%/packages/patches/texi2html-i18n.patch \ %D%/packages/patches/thefuck-test-environ.patch \ |