summaryrefslogtreecommitdiff
path: root/gnu/packages/texinfo.scm
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2018-07-19 23:15:12 +0200
committerMarius Bakke <mbakke@fastmail.com>2018-07-21 02:45:55 +0200
commit78a9a2501d121c370684a86ffe105ffdc8ca7d70 (patch)
tree0d9089413cbbde0bb6ab6152183d8655ba5134fb /gnu/packages/texinfo.scm
parent463ad503b1a0e107e2b6b8317745acc13f49ad2f (diff)
downloadguix-patches-78a9a2501d121c370684a86ffe105ffdc8ca7d70.tar
guix-patches-78a9a2501d121c370684a86ffe105ffdc8ca7d70.tar.gz
gnu: texinfo: Fix FTBFS with Perl 5.28.
* gnu/packages/patches/texinfo-perl-compat.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/texinfo.scm (texinfo)[source](patches): New field.
Diffstat (limited to 'gnu/packages/texinfo.scm')
-rw-r--r--gnu/packages/texinfo.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/texinfo.scm b/gnu/packages/texinfo.scm
index 109a24bf62..5fe7f1ec9c 100644
--- a/gnu/packages/texinfo.scm
+++ b/gnu/packages/texinfo.scm
@@ -37,6 +37,7 @@
(method url-fetch)
(uri (string-append "mirror://gnu/texinfo/texinfo-"
version ".tar.xz"))
+ (patches (search-patches "texinfo-perl-compat.patch"))
(sha256
(base32
"0qjzvbvnv9003xdrcpi3jp7y68j4hq2ciw9frh2hghh698zlnxvp"))))