From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: Package version at build side Date: Tue, 4 Nov 2014 22:25:13 +0100 Message-ID: <20141104212513.GA1503@debian> References: <20141104193524.GA5700@debian> <87ppd2wuqp.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60765) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XllbV-00061i-V9 for guix-devel@gnu.org; Tue, 04 Nov 2014 16:25:37 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XllbJ-0005qy-Ad for guix-devel@gnu.org; Tue, 04 Nov 2014 16:25:29 -0500 Received: from mout.kundenserver.de ([212.227.126.130]:51916) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XllbJ-0005q1-16 for guix-devel@gnu.org; Tue, 04 Nov 2014 16:25:17 -0500 Content-Disposition: inline In-Reply-To: <87ppd2wuqp.fsf@gmail.com> 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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Eric Bavier Cc: guix-devel@gnu.org On Tue, Nov 04, 2014 at 02:55:58PM -0600, Eric Bavier wrote: > You should be able to do this by quasi-quoting the list and unquoting > package-version. See e.g. the definition of maxima in maths.scm:891. That did it, thank you! Andreas