From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39842) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1evOWb-0007aq-Jt for guix-patches@gnu.org; Mon, 12 Mar 2018 10:34:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1evOWY-0006pH-DR for guix-patches@gnu.org; Mon, 12 Mar 2018 10:34:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:49142) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1evOWY-0006p2-9A for guix-patches@gnu.org; Mon, 12 Mar 2018 10:34:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1evOWY-0001dt-3Q for guix-patches@gnu.org; Mon, 12 Mar 2018 10:34:02 -0400 Subject: [bug#30739] [PATCH 1/3] gnu: Add python2-langkit. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20180307002657.31473-1-dannym@scratchpost.org> <20180307010545.31530-1-dannym@scratchpost.org> Date: Mon, 12 Mar 2018 15:33:32 +0100 In-Reply-To: <20180307010545.31530-1-dannym@scratchpost.org> (Danny Milosavljevic's message of "Wed, 7 Mar 2018 02:05:43 +0100") Message-ID: <87y3ixnz2b.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: Danny Milosavljevic Cc: 30739@debbugs.gnu.org Hi Danny, Danny Milosavljevic skribis: > * gnu/packages/adacore.scm: New file. Reminds me of one of these discussions we had while wandering in Brussels. :-) Should it be simply ada.scm, given that =E2=80=9CAdaCore=E2=80=9D is the na= me of the company? > --- /dev/null > +++ b/gnu/packages/adacore.scm > @@ -0,0 +1,43 @@ > +(define-module (gnu packages adacore) Please add a copyright header. If =E2=80=98guix lint=E2=80=99 is happy, go ahead! Ludo=E2=80=99.