From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH] Add libiax Date: Sat, 28 May 2016 20:55:54 -0400 Message-ID: <20160529005554.GA20220@jasmine> References: <87shx17pbq.fsf@openmailbox.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37014) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b6p1W-0001aR-Iz for guix-devel@gnu.org; Sat, 28 May 2016 20:56:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b6p1S-0005Ch-GN for guix-devel@gnu.org; Sat, 28 May 2016 20:56:09 -0400 Received: from out3-smtp.messagingengine.com ([66.111.4.27]:38506) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b6p1Q-0005CD-6p for guix-devel@gnu.org; Sat, 28 May 2016 20:56:06 -0400 Content-Disposition: inline In-Reply-To: <87shx17pbq.fsf@openmailbox.org> 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: Lukas Gradl Cc: guix-devel@gnu.org On Sat, May 28, 2016 at 06:08:57PM -0500, Lukas Gradl wrote: > + #:use-module (gnu packages autotools) ^ Also, there is some extra whitespace at the end of the line above. > + (uri > + (string-append > + "https://gitlab.savoirfairelinux.com/sflphone/libiax2/" > + "repository/archive.tar.gz?ref=" > + commit)) Can you use (file-name ...) to make the file-name like libiax-version.tar.gz?