From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:32871) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gAxKM-0004nK-Ow for guix-patches@gnu.org; Fri, 12 Oct 2018 09:18:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gAxKM-00060z-3K for guix-patches@gnu.org; Fri, 12 Oct 2018 09:18:02 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:41771) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gAxKL-00060r-Ux for guix-patches@gnu.org; Fri, 12 Oct 2018 09:18:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gAxKL-0002OV-Q7 for guix-patches@gnu.org; Fri, 12 Oct 2018 09:18:01 -0400 Subject: [bug#32933] [PATCH] guix: add license prefix hackage imports Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: Date: Fri, 12 Oct 2018 15:17:32 +0200 In-Reply-To: (Joe Hillenbrand's message of "Thu, 4 Oct 2018 09:17:23 -0700") Message-ID: <87h8hri9sj.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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: Joe Hillenbrand Cc: Ricardo Wurmus , 32933@debbugs.gnu.org Hi Joe, Joe Hillenbrand skribis: > --- > guix/import/hackage.scm | 30 ++++++++++++++++-------------- > 1 file changed, 16 insertions(+), 14 deletions(-) > > diff --git a/guix/import/hackage.scm b/guix/import/hackage.scm > index 766a0b53f..8f4a46534 100644 [...] > + ("GPL-2" 'license:gpl2) No strong opinion, but apparently none of the importers currently adds the =E2=80=98license:=E2=80=99 prefix and I=E2=80=99d rather keep that cons= istent, one way or another. Ricardo, WDYT? Thanks for the patch! Ludo=E2=80=99.