[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#74190] [PATCH 3/3] gnu: info-reader: Inherit from texinfo-7.
From: |
Ludovic Courtès |
Subject: |
[bug#74190] [PATCH 3/3] gnu: info-reader: Inherit from texinfo-7. |
Date: |
Sun, 17 Nov 2024 18:10:16 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Florian Pelz <pelzflorian@pelzflorian.de> skribis:
> Otherwise `LC_ALL=pt_BR.utf8 info` crashes.
>
> * gnu/packages/texinfo.scm (info-reader): Inherit from texinfo-7.
>
> Change-Id: I9eb5873fbc115e0c45f96a16aa05dbca76b92c57
[...]
> (define-public info-reader
> ;; The idea of this package is to have the standalone Info reader without
> ;; the dependency on Perl that 'makeinfo' drags.
> - (package/inherit texinfo
> + (package/inherit texinfo-7
Please add a comment explaining why this particular version of Texinfo
is needed.
Any idea why the Info reader crashes specifically for this locale? Does
it work with, say, de_DE.utf8?
Ludo’.