From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Woodcroft Subject: Re: [PATCH] gnu: Add elixir. Date: Thu, 21 Jul 2016 21:43:57 +1000 Message-ID: <5790B57D.5040404@uq.edu.au> References: <579027b7.VHXjhpPxQC3AAmeY%pjotr.public12@email> <20160721014245.GA6569@thebird.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52174) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bQCOf-0008F8-NL for guix-devel@gnu.org; Thu, 21 Jul 2016 07:44:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bQCOc-0000wm-F5 for guix-devel@gnu.org; Thu, 21 Jul 2016 07:44:09 -0400 Received: from mailhub1.soe.uq.edu.au ([130.102.132.208]:43656 helo=newmailhub.uq.edu.au) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bQCOb-0000va-Rm for guix-devel@gnu.org; Thu, 21 Jul 2016 07:44:06 -0400 In-Reply-To: <20160721014245.GA6569@thebird.nl> 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 , guix-devel@gnu.org On 21/07/16 11:42, Pjotr Prins wrote: > Sorry for the new thread. But this time the patch is readable from all > mailers (supporting UTF8). Please comment. Maybe to fix the $HOME issues by including a phase to set environment variables during testing as in e.g. blast+ ? i.e. (setenv "HOME" "/tmp") Is there a reason to include 'patch' as a native-dependency, rather than include them in the origin in 'patches' as usual? I'm left confused why the mix tests fail. If they run git say, git is present and able to be used. Why doesn't it find it if it is in the PATH? Is it because it attempts to use the network? Thanks for your work on this and please excuse any naivety as I am completely ignorant of elixir. ben