From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] gnu: Add teximpatient. Date: Mon, 05 Sep 2016 23:20:31 +0200 Message-ID: <87zinmt55s.fsf@gnu.org> References: <1473028080-6339-1-git-send-email-jmd@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54286) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bh1Jo-0001eK-ES for guix-devel@gnu.org; Mon, 05 Sep 2016 17:20:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bh1Jj-0003kP-AI for guix-devel@gnu.org; Mon, 05 Sep 2016 17:20:39 -0400 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:45032) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bh1Jj-0003ju-6v for guix-devel@gnu.org; Mon, 05 Sep 2016 17:20:35 -0400 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") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: John Darrington Cc: guix-devel@gnu.org John Darrington 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=E2=80=99d 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, plai= n TeX, Probably @i{@TeX{} for the Impatient}. OK with these changes, thank you! Ludo=E2=80=99.