From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55382) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cwqNS-0006mF-CV for guix-patches@gnu.org; Sat, 08 Apr 2017 09:26:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cwqNO-0005W4-Fq for guix-patches@gnu.org; Sat, 08 Apr 2017 09:26:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:39032) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cwqNO-0005Vy-Cv for guix-patches@gnu.org; Sat, 08 Apr 2017 09:26:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1cwqNO-0006gk-6X for guix-patches@gnu.org; Sat, 08 Apr 2017 09:26:02 -0400 Subject: bug#26350: [PATCH 2/2] gnu: octave: Build with gl2ps support. Resent-To: guix-patches@gnu.org Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20170403154655.30277-1-arunisaac@systemreboot.net> Date: Sat, 08 Apr 2017 15:24:55 +0200 In-Reply-To: (Arun Isaac's message of "Mon, 3 Apr 2017 21:16:55 +0530") Message-ID: <87wpavowuw.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain 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: 26350-done@debbugs.gnu.org Arun Isaac skribis: > * gnu/packages/maths.scm (octave)[inputs]: Add gl2ps. Applied, thanks!