From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 2/2] gnu: Add idris-lightyear. Date: Mon, 19 Dec 2016 15:14:13 +0100 Message-ID: <87lgvc3t1m.fsf@gnu.org> References: <20161215172835.7300-1-david@craven.ch> <20161215172835.7300-2-david@craven.ch> 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]:48800) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cIyho-0004DK-Fs for guix-devel@gnu.org; Mon, 19 Dec 2016 09:14:21 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cIyhj-0004it-Iq for guix-devel@gnu.org; Mon, 19 Dec 2016 09:14:20 -0500 In-Reply-To: <20161215172835.7300-2-david@craven.ch> (David Craven's message of "Thu, 15 Dec 2016 18:28:35 +0100") 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: David Craven Cc: guix-devel@gnu.org David Craven skribis: > * gnu/packages/haskell.scm (idris-lightyear): New variable. [...] > + (lambda* (#:key inputs outputs #:allow-other-keys) > + (let* ((out (assoc-ref outputs "out")) > + (src (assoc-ref inputs "source")) > + (idris (assoc-ref inputs "idris")) > + (libs (string-append out "/idris/libs/lightyear"))) This would become =E2=80=9Clib/idris/lightyear=E2=80=9D. Apart from that, LGTM! Thank you, Ludo=E2=80=99.