From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Add Package Gl Date: Sat, 28 Sep 2013 21:45:28 +0200 Message-ID: <87k3i0loh3.fsf@gnu.org> References: <1380392309.1256.11.camel@battlestallion> <87r4c8ag22.fsf@karetnikov.org> 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]:47962) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VQ0XH-0001FL-LW for guix-devel@gnu.org; Sat, 28 Sep 2013 15:50:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VQ0XA-0002Rg-L9 for guix-devel@gnu.org; Sat, 28 Sep 2013 15:50:39 -0400 Received: from hera.aquilenet.fr ([141.255.128.1]:44313) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VQ0XA-0002RW-7C for guix-devel@gnu.org; Sat, 28 Sep 2013 15:50:32 -0400 In-Reply-To: <87r4c8ag22.fsf@karetnikov.org> (Nikita Karetnikov's message of "Sat, 28 Sep 2013 23:42:45 +0400") 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: Nikita Karetnikov Cc: guix-devel@gnu.org Nikita Karetnikov skribis: >> #:use-module ((guix licenses)=20 >> #:renamer (symbol-prefix-proc 'license:)) > > It=E2=80=99d better to use 'l: as a prefix to avoid (license license:some= thing). > You could also use #:select if it=E2=80=99s possible. I actually suggested that =E2=80=98license:=E2=80=99 prefix. :-) Did we settle on that one? Either way is fine with me. Ludo=E2=80=99.