all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: ludo@gnu.org (Ludovic Courtès)
To: John Darrington <jmd@gnu.org>
Cc: guix-devel@gnu.org
Subject: Re: [PATCH] gnu: Add teximpatient.
Date: Mon, 05 Sep 2016 23:20:31 +0200	[thread overview]
Message-ID: <87zinmt55s.fsf@gnu.org> (raw)
In-Reply-To: <1473028080-6339-1-git-send-email-jmd@gnu.org> (John Darrington's message of "Mon, 5 Sep 2016 00:28:00 +0200")

John Darrington <jmd@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	other threads:[~2016-09-05 21:20 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-09-04 22:28 [PATCH] gnu: Add teximpatient John Darrington
2016-09-05 21:20 ` Ludovic Courtès [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87zinmt55s.fsf@gnu.org \
    --to=ludo@gnu.org \
    --cc=guix-devel@gnu.org \
    --cc=jmd@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.