From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46602) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dzkpD-0006Ix-B4 for guix-patches@gnu.org; Wed, 04 Oct 2017 10:39:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dzkpC-00027A-9M for guix-patches@gnu.org; Wed, 04 Oct 2017 10:39:03 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:40325) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dzkpC-000272-5M for guix-patches@gnu.org; Wed, 04 Oct 2017 10:39:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dzkpB-0008V1-SW for guix-patches@gnu.org; Wed, 04 Oct 2017 10:39:01 -0400 Subject: [bug#28000] [PATCH] gnu: octave: Reference makeinfo with absolute path. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <66af43b0.AEQAQ7astGgAAAAAAAAAAAPwTpIAAAACwQwAAAAAAAW9WABZz2Mh@mailjet.com> Date: Wed, 04 Oct 2017 16:37:48 +0200 In-Reply-To: <66af43b0.AEQAQ7astGgAAAAAAAAAAAPwTpIAAAACwQwAAAAAAAW9WABZz2Mh@mailjet.com> (Arun Isaac's message of "Sat, 30 Sep 2017 14:55:28 +0530") Message-ID: <87poa36ksj.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Arun Isaac Cc: 28000@debbugs.gnu.org Arun Isaac skribis: > * gnu/packages/maths.scm (octave)[arguments]: Add configure-makeinfo phas= e. > [inputs]: Add texinfo. > [native-inputs]: Remove texinfo. LGTM, thank you! Ludo=E2=80=99.