From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: none Date: Thu, 21 Jul 2016 14:51:38 +0200 Message-ID: <8760rznoh1.fsf@gnu.org> References: <579027b7.VHXjhpPxQC3AAmeY%pjotr.public12@email> 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]:41423) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bQDS8-0006vB-8c for guix-devel@gnu.org; Thu, 21 Jul 2016 08:51:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bQDS3-0007Ip-8E for guix-devel@gnu.org; Thu, 21 Jul 2016 08:51:47 -0400 In-Reply-To: <579027b7.VHXjhpPxQC3AAmeY%pjotr.public12@email> (Pjotr Prins's message of "Thu, 21 Jul 2016 03:39:03 +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: Pjotr Prins Cc: guix-devel@gnu.org Hi Pjotr, Pjotr Prins skribis: > =EF=BB=BFFrom 5fd8f64794b27f59f6688177a7a9e532b5d57f01 Mon Sep 17 00:00:0= 0 2001 > Date: Tue, 19 Jul 2016 11:13:27 +0000 > Subject: [PATCH] gnu: Add elixir. > To: guix-devel@gnu.org > From: Pjotr Prins > References: <578e47d0.i8Ovns6KhzHqzVNC%pjotr.public12@thebird.nl> > > * gnu/packages/elixir.scm: New file. > * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. Thanks for the great work! In , you already identified exactly what we were going to say. :-) Namely, why are patches applied in a build phase rather than in =E2=80=98origin=E2=80=99, why is such and such test disabled (one sentence = is usually enough), what happens if we set =E2=80=98HOME=E2=80=99 like Ben suggests, e= tc. What should we do? :-) Ludo=E2=80=99.