[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#53167: texinfo: missing dependents
From: |
Ludovic Courtès |
Subject: |
bug#53167: texinfo: missing dependents |
Date: |
Thu, 13 Jan 2022 16:14:09 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) |
Hi,
zimoun <zimon.toutoune@gmail.com> skribis:
> Using Guix 3dcc74d, 'sed' and 'cat' are missing from 'texinfo'.
Are these two programs just used by texi2dvi?
We could patch texi2dvi to refer to them by absolute file name, from
‘coreutils-minimal’.
> Moreover, 'texlive' seems also missing.
We won’t propagate that one. :-) I think it’s a case where it’s fine
to favor “dynamic composition”, where ‘pdflatex’ is taken from $PATH.
Thanks,
Ludo’.