From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: Git. Date: Sun, 1 Sep 2013 21:55:24 +0200 Message-ID: <20130901195524.GA5661@debian> References: <521FAC25.9030504@gmail.com> <20130901152708.GA5741@debian> <87txi4gw68.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34271) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VGDkP-00061u-O3 for guix-devel@gnu.org; Sun, 01 Sep 2013 15:55:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VGDkI-00056b-El for guix-devel@gnu.org; Sun, 01 Sep 2013 15:55:45 -0400 Content-Disposition: inline In-Reply-To: <87txi4gw68.fsf@gnu.org> List-Id: 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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Ludovic =?iso-8859-15?Q?Court=E8s?= Cc: guix-devel@gnu.org On Sun, Sep 01, 2013 at 09:48:47PM +0200, Ludovic Courtès wrote: > Please indent according to scoping, and check the return value of > CONFIGURE: > (let ((configure (...))) > (and (apply configure args) > (substitute* ...))) Thanks, I updated the recipe, and am going to push. Andreas