diff options
| author | Maxim Cournoyer <maxim@guixotic.coop> | 2025-06-26 11:11:45 +0900 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2025-07-18 20:17:36 +0200 |
| commit | f9df228dbde7e9b85b13721d33054481d66f0488 (patch) | |
| tree | 4f470a786d33cc2e892f2390623c60cb33e8e50d /gnu/packages/docbook.scm | |
| parent | 1465addb96e5e98b3109e08746f7478e761171df (diff) | |
gnu: docbook2x: Fix invalid lt entity re-declaration.
This bug would cause multiple errors when building the documentation of Git,
for example, like:
error : xmlAddEntity: invalid redeclaration of predefined entity
* gnu/packages/patches/docbook2x-entity-lt.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/docbook.scm (docbook2x) [source]: Apply it.
Change-Id: I8d2e694ff4b97a1016644d3525b2cddb1b85f12d
Diffstat (limited to 'gnu/packages/docbook.scm')
| -rw-r--r-- | gnu/packages/docbook.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/docbook.scm b/gnu/packages/docbook.scm index 1e164f165a8..49bea0daa13 100644 --- a/gnu/packages/docbook.scm +++ b/gnu/packages/docbook.scm @@ -909,7 +909,8 @@ Detect the differences in markup between two SGML files. "docbook2x-fix-synopsis.patch" "docbook2x-manpage-typo.patch" "docbook2x-preprocessor-declaration.patch" - "docbook2x-static-datadir-evaluation.patch")) + "docbook2x-static-datadir-evaluation.patch" + "docbook2x-entity-lt.patch")) (modules '((guix build utils))) (snippet ;; Fix a failing test (maybe it worked with old texinfo?) |
