From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38626) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fMhaZ-0008WT-Cc for guix-patches@gnu.org; Sat, 26 May 2018 18:23:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fMhaY-0000EA-KM for guix-patches@gnu.org; Sat, 26 May 2018 18:23:03 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:42099) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fMhaY-0000E0-Gm for guix-patches@gnu.org; Sat, 26 May 2018 18:23:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fMhaY-0006RA-75 for guix-patches@gnu.org; Sat, 26 May 2018 18:23:02 -0400 Subject: [bug#30693] Xonotic Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20180303233427.olbz5visu3c5urms@abyayala> <20180525164150.046d365d@mykolab.com> Date: Sun, 27 May 2018 00:22:33 +0200 In-Reply-To: <20180525164150.046d365d@mykolab.com> (Rutger Helling's message of "Fri, 25 May 2018 16:41:50 +0200") Message-ID: <877enqys46.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: Rutger Helling Cc: ng0@n0.is, 30693@debbugs.gnu.org Hello Rutger & Nils, Thanks for taking care of this! One minor issue: =E2=80=98x11-style=E2=80=99 is a procedure, not a object, hence: $ ./pre-inst-env guix lint xonotic gnu/packages/games.scm:5153:13: xonotic@0.8.2: invalid license field =E2=80=98x11-style=E2=80=99 takes a URI as an argument. I=E2=80=99d fix it= myself but I=E2=80=99m not sure what needs to go there. Could you take a look? Perhaps ng0 knows why =E2=80=98x11-style=E2=80=99 is listed? Thanks in advance, Ludo=E2=80=99.