From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:50256) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hBxLw-0005xl-8K for guix-patches@gnu.org; Thu, 04 Apr 2019 04:04:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hBxLv-0004ie-8f for guix-patches@gnu.org; Thu, 04 Apr 2019 04:04:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:58344) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hBxLv-0004iL-1y for guix-patches@gnu.org; Thu, 04 Apr 2019 04:04:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hBxLu-0006Ys-Fs for guix-patches@gnu.org; Thu, 04 Apr 2019 04:04:02 -0400 Subject: [bug#35082] [PATCH] gnu: Add kawa. Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <874l7g35ur.fsf@zancanaro.id.au> <87d0m2rfuq.fsf@gnu.org> <878swqip7i.fsf@zancanaro.id.au> Date: Thu, 04 Apr 2019 10:03:08 +0200 In-Reply-To: <878swqip7i.fsf@zancanaro.id.au> (Carlo Zancanaro's message of "Thu, 04 Apr 2019 11:33:37 +1100") Message-ID: <87y34qtcxv.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: 35082@debbugs.gnu.org Hi again, Carlo Zancanaro skribis: > --- a/gnu/packages/scheme.scm > +++ b/gnu/packages/scheme.scm > @@ -31,7 +31,7 @@ > #:use-module (gnu packages) > #:use-module ((guix licenses) > #:select (gpl2+ lgpl2.0+ lgpl2.1+ lgpl3+ asl2.0 bsd-3 > - cc-by-sa4.0 non-copyleft)) > + cc-by-sa4.0 non-copyleft expat)) > #:use-module (guix packages) > #:use-module (guix download) > #:use-module (guix git-download) > @@ -69,6 +69,7 @@ > #:use-module (gnu packages tls) > #:use-module (gnu packages gl) > #:use-module (gnu packages libedit) > + #:use-module (gnu packages java) It just occurred to me that this new dependency on java.scm is probably not desirable since it pulls in a lot of additional stuff. I think we should instead move Kawa to java.scm. WDYT? Anyway let=E2=80=99s also wait for Per=E2=80=99s reply. Thanks, Ludo=E2=80=99.