From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40148) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1evOYX-00081G-Om for guix-patches@gnu.org; Mon, 12 Mar 2018 10:36:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1evOYV-0001pp-5O for guix-patches@gnu.org; Mon, 12 Mar 2018 10:36:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:49150) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1evOYV-0001pS-1r for guix-patches@gnu.org; Mon, 12 Mar 2018 10:36:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1evOYU-0001hW-Px for guix-patches@gnu.org; Mon, 12 Mar 2018 10:36:02 -0400 Subject: [bug#30739] [PATCH 3/3] gnu: Add python2-libadalang. 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> <20180307010545.31530-3-dannym@scratchpost.org> Date: Mon, 12 Mar 2018 15:35:25 +0100 In-Reply-To: <20180307010545.31530-3-dannym@scratchpost.org> (Danny Milosavljevic's message of "Wed, 7 Mar 2018 02:05:45 +0100") Message-ID: <87po49nyz6.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: Danny Milosavljevic Cc: 30739@debbugs.gnu.org Danny Milosavljevic skribis: > * gnu/packages/adacore.scm (python2-libadalang): New variable. LGTM, thanks!