From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 5/5] gnu: Add ghc-gnuplot. Date: Fri, 28 Oct 2016 15:45:37 +0200 Message-ID: <87pomka8ou.fsf@gnu.org> References: 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]:55487) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c07Tc-0008R0-5L for guix-devel@gnu.org; Fri, 28 Oct 2016 09:45:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c07TX-0007vp-HG for guix-devel@gnu.org; Fri, 28 Oct 2016 09:45:44 -0400 In-Reply-To: (Federico Beffa's message of "Tue, 25 Oct 2016 18:21:06 +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: Federico Beffa Cc: Guix-devel Federico Beffa skribis: > From f06b0a9eea5ddf055cfcf7f80fe8ac6eb62972b3 Mon Sep 17 00:00:00 2001 > From: Federico Beffa > Date: Mon, 24 Oct 2016 17:49:35 +0200 > Subject: [PATCH 5/5] gnu: Add ghc-gnuplot. > > * gnu/packages/haskell.scm (ghc-gnuplot): New variable. [...] > + (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 f= ile? Thanks, Ludo=E2=80=99.