From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nikita Karetnikov Subject: Re: New package: FPLLL Date: Thu, 13 Dec 2012 06:24:21 +0300 Message-ID: References: <201212112323.53992.andreas@enge.fr> <87ehiv9z87.fsf@gnu.org> <201212122027.49427.andreas@enge.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:56098) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TizPM-0007z6-5w for bug-guix@gnu.org; Wed, 12 Dec 2012 22:24:25 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TizPL-0007H5-2Z for bug-guix@gnu.org; Wed, 12 Dec 2012 22:24:24 -0500 Received: from mail-vc0-f169.google.com ([209.85.220.169]:50199) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TizPK-0007H0-UJ for bug-guix@gnu.org; Wed, 12 Dec 2012 22:24:23 -0500 Received: by mail-vc0-f169.google.com with SMTP id gb23so1642077vcb.0 for ; Wed, 12 Dec 2012 19:24:22 -0800 (PST) In-Reply-To: <201212122027.49427.andreas@enge.fr> List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: bug-guix@gnu.org >> Please use (guix licenses) instead. > Could you provide an example on how to do this? Just add the following to the corresponding sections: #:use-module (guix licenses) (license lgpl2.1+) > As far as I could see, all files in distro/packages still use > strings for the licenses. I'll send a patch soon. (I'm trying to be careful because it's easy to break something when you change so many things.) Nikita