guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] gnu: Add teximpatient.


From: Ludovic Courtès
Subject: Re: [PATCH] gnu: Add teximpatient.
Date: Mon, 05 Sep 2016 23:20:31 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

John Darrington <address@hidden> 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 @address@hidden for the Impatient}.

OK with these changes, thank you!

Ludo’.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]