From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Using gexp for the #:builder arg of build systems Date: Fri, 29 Sep 2017 17:32:42 +0200 Message-ID: <87wp4hsep1.fsf@gnu.org> References: <87vak2rqj5.fsf@gmail.com> 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]:55773) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dxxHU-0000f7-9n for guix-devel@gnu.org; Fri, 29 Sep 2017 11:32:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dxxHR-0004ly-80 for guix-devel@gnu.org; Fri, 29 Sep 2017 11:32:48 -0400 In-Reply-To: <87vak2rqj5.fsf@gmail.com> (Maxim Cournoyer's message of "Fri, 29 Sep 2017 02:02:22 -0400") 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: Maxim Cournoyer Cc: guix-devel Hello! Maxim Cournoyer skribis: > After reading Ludovic's paper about gexps, I was curious to try it in a > package definition. Is this supported yet? It=E2=80=99s not possible in current master. There=E2=80=99s work for that= in =E2=80=98wip-gexp=E2=80=99, that I=E2=80=99d like to merge in =E2=80=98core= -updates=E2=80=99 Real Soon (I=E2=80=99ve rebased it locally, it =E2=80=9Cjust=E2=80=9D needs more love.) Ludo=E2=80=99.