From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:52004) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hBxTf-0007cO-5o for guix-patches@gnu.org; Thu, 04 Apr 2019 04:12:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hBxTe-0002sI-9Q for guix-patches@gnu.org; Thu, 04 Apr 2019 04:12:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:58349) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hBxTe-0002s7-3n for guix-patches@gnu.org; Thu, 04 Apr 2019 04:12:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hBxTd-0006ke-RW for guix-patches@gnu.org; Thu, 04 Apr 2019 04:12:01 -0400 Subject: [bug#35082] [PATCH] gnu: Add kawa. Resent-Message-ID: References: <874l7g35ur.fsf@zancanaro.id.au> <87d0m2rfuq.fsf@gnu.org> <878swqip7i.fsf@zancanaro.id.au> <87y34qtcxv.fsf@gnu.org> From: Ricardo Wurmus In-reply-to: <87y34qtcxv.fsf@gnu.org> Date: Thu, 04 Apr 2019 10:10:45 +0200 Message-ID: <87mul6xkai.fsf@elephly.net> 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: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 35082@debbugs.gnu.org Ludovic Court=C3=A8s writes: > 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? =E2=80=A6or even to kawa.scm, just as we have clojure.scm. I=E2=80=99ve be= en meaning to move everything but the JDK bootstrap out of java.scm. -- Ricardo