summaryrefslogtreecommitdiff
path: root/gnu/packages/texinfo.scm
diff options
context:
space:
mode:
authorEric Bavier <bavier@member.fsf.org>2014-08-16 00:56:42 -0500
committerEric Bavier <bavier@member.fsf.org>2014-08-16 11:07:03 -0500
commitffbf749e6a7ec48001bd4fefb0f6df193b6de7ab (patch)
tree6be867eabb653ab5350b65d30efacc2312a0ab26 /gnu/packages/texinfo.scm
parentcb8b285adf850acb8979c3c83febda38d4a23abd (diff)
downloadguix-patches-ffbf749e6a7ec48001bd4fefb0f6df193b6de7ab.tar
guix-patches-ffbf749e6a7ec48001bd4fefb0f6df193b6de7ab.tar.gz
gnu: texi2html: Fix tests in the absense of gettext.
* gnu/packages/patches/texi2html-i18n.patch: New patch. * gnu/packages/texinfo.scm (texi2html)[source]: Use it. * gnu-system.am (dist_patch_DATA): Add it.
Diffstat (limited to 'gnu/packages/texinfo.scm')
-rw-r--r--gnu/packages/texinfo.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/texinfo.scm b/gnu/packages/texinfo.scm
index c199fd66a7..0cce38bf8d 100644
--- a/gnu/packages/texinfo.scm
+++ b/gnu/packages/texinfo.scm
@@ -79,7 +79,8 @@ is on expressing the content semantically, avoiding physical markup commands.")
(base32
"1yprv64vrlcbksqv25asplnjg07mbq38lfclp1m5lj8cw878pag8"))
(patches
- (list (search-patch "texi2html-document-encoding.patch")))
+ (list (search-patch "texi2html-document-encoding.patch")
+ (search-patch "texi2html-i18n.patch")))
(snippet
;; This file is modified by the patch above, but reset its
;; timestamp so we don't trigger the rule to update PO files,