From mboxrd@z Thu Jan 1 00:00:00 1970 From: Federico Beffa Subject: Re: [PATCH 5/5] gnu: Add ghc-gnuplot. Date: Fri, 28 Oct 2016 19:06:11 +0200 Message-ID: References: <87pomka8ou.fsf@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]:60754) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c0Abf-0000PB-GO for guix-devel@gnu.org; Fri, 28 Oct 2016 13:06:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c0Abe-0007ej-PU for guix-devel@gnu.org; Fri, 28 Oct 2016 13:06:15 -0400 In-Reply-To: <87pomka8ou.fsf@gnu.org> 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: =?UTF-8?Q?Ludovic_Court=C3=A8s?= Cc: Guix-devel On Fri, Oct 28, 2016 at 3:45 PM, Ludovic Court=C3=A8s wrote: > Federico Beffa skribis: > > [...] > >> + (propagated-inputs `(("gnuplot" ,gnuplot))) > > Instead of propagating it, could we instead replace =E2=80=9Cgnuplot=E2= =80=9D with > =E2=80=9C/gnu/store/=E2=80=A6/bin/gnuplot=E2=80=9D in the relevant source= file? Good idea and easy to implement. I'll do it. Thanks, Fede