John Darrington <j...@gnu.org> skribis:

> * gnu/packages/tex.scm (teximpatient): New variable.

[...]

> +               (install-file
> +                (string-append
> +                 (assoc-ref inputs "automake")
> +                 "/share/automake-1.15/install-sh")
> +                srcdir)

To prevent eventual breakage, I’d do:

  (install-file (car (find-files (assoc-ref inputs "automake")
                                 "^install-sh$"))
                srcdir)

> +    (synopsis "Book on TeX, plain TeX and Eplain")
> +    (description "TeX for the Impatient is a ~350 page book on TeX, plain 
> TeX,

Probably @i{@TeX{} for the Impatient}.

OK with these changes, thank you!

Ludo’.

Reply via email to