From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57687) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1drK5b-00055F-9w for guix-patches@gnu.org; Mon, 11 Sep 2017 04:29:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1drK5W-0004J5-Qv for guix-patches@gnu.org; Mon, 11 Sep 2017 04:29:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:51771) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1drK5W-0004Iz-O2 for guix-patches@gnu.org; Mon, 11 Sep 2017 04:29:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1drK5W-0002Sv-If for guix-patches@gnu.org; Mon, 11 Sep 2017 04:29:02 -0400 Subject: [bug#28410] [PATCH] import: cpan: Replace '(package-license perl) with 'perl-license. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20170910183921.18369-1-mail@cbaines.net> Date: Mon, 11 Sep 2017 10:28:30 +0200 In-Reply-To: <20170910183921.18369-1-mail@cbaines.net> (Christopher Baines's message of "Sun, 10 Sep 2017 19:39:21 +0100") Message-ID: <87o9qhbpw1.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Christopher Baines Cc: 28410@debbugs.gnu.org Christopher Baines skribis: > The perl-license definition is intended to avoid circular dependencies, so > use this as a default when importing packages from CPAN. > > * guix/import/cpan.scm (string->license): Replace '(package-license perl) with > 'perl-license. Awesome, thanks! Ludo'.