From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:34833) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iFEO3-0004a8-Pk for guix-patches@gnu.org; Tue, 01 Oct 2019 05:24:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iFEO2-0008FJ-RJ for guix-patches@gnu.org; Tue, 01 Oct 2019 05:24:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:52049) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iFEO2-0008FC-OD for guix-patches@gnu.org; Tue, 01 Oct 2019 05:24:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iFEO2-000871-Jj for guix-patches@gnu.org; Tue, 01 Oct 2019 05:24:02 -0400 Subject: bug#37439: [PATCH] Add abcl. Resent-To: guix-patches@gnu.org Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <87sgovrtr9.fsf@zancanaro.id.au> <87r24frpy2.fsf@zancanaro.id.au> Date: Tue, 01 Oct 2019 11:22:57 +0200 In-Reply-To: <87r24frpy2.fsf@zancanaro.id.au> (Carlo Zancanaro's message of "Tue, 17 Sep 2019 23:51:33 +1000") Message-ID: <87y2y4rf9q.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: Carlo Zancanaro Cc: 37439-done@debbugs.gnu.org Hi Carlo, Carlo Zancanaro skribis: >>>From 0e35319f9df5e91bc6fb07224122109508a85244 Mon Sep 17 00:00:00 2001 > From: Carlo Zancanaro > Date: Tue, 17 Sep 2019 22:01:01 +1000 > Subject: [PATCH] gnu: Add abcl. > > * gnu/packages/java.scm (abcl): New variable. > * gnu/packages/patches/abcl-fix-build-xml.patch: New file. > * gnu/local.mk (dist_patch_DATA): Add it. Pushed, thanks! Ludo=E2=80=99.