From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34767) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eyLlt-0006vX-EQ for guix-patches@gnu.org; Tue, 20 Mar 2018 14:14:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eyLlr-0007aQ-3f for guix-patches@gnu.org; Tue, 20 Mar 2018 14:14:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:36335) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eyLlq-0007aC-VY for guix-patches@gnu.org; Tue, 20 Mar 2018 14:14:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eyLlq-0002Iq-P4 for guix-patches@gnu.org; Tue, 20 Mar 2018 14:14:02 -0400 Subject: [bug#30845] [PATCH 10/82] gnu: Add java-native-access-platform. Resent-Message-ID: Date: Tue, 20 Mar 2018 19:13:31 +0100 From: =?UTF-8?Q?Bj=C3=B6rn_?= =?UTF-8?Q?H=C3=B6fling?= Message-ID: <20180320191331.0edaab2b@alma-ubu> In-Reply-To: <20180318130530.1654-10-julien@lepiller.eu> References: <20180318134211.38163cd6@lepiller.eu> <20180318130530.1654-10-julien@lepiller.eu> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; boundary="Sig_/VkYcb5WD.cJ2_RT0jaQAKg_"; protocol="application/pgp-signature" 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: Julien Lepiller Cc: 30845@debbugs.gnu.org --Sig_/VkYcb5WD.cJ2_RT0jaQAKg_ Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Sun, 18 Mar 2018 14:05:30 +0100 Julien Lepiller wrote: > * gnu/packages/java.scm (java-native-access-platform): New variable. > --- > gnu/packages/java.scm | 29 +++++++++++++++++++++++++++++ > 1 file changed, 29 insertions(+) >=20 > diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm > index 54b44a9d0..fa11480eb 100644 > --- a/gnu/packages/java.scm > +++ b/gnu/packages/java.scm > @@ -9612,3 +9612,32 @@ Java method invocation.") > (license (list > license:asl2.0 > license:lgpl2.1+)))) > + > +(define-public java-native-access-platform > + (package > + (inherit java-native-access) > + (name "java-native-access-platform") [..] This package inherits, has a different name, but same synopsis/description. Can you write its own one, to make clear what's the distinctive feature of this package? Otherwise, LGTM. Bj=C3=B6rn PS: This is patch 10/82 and the last one in my inbox. I suppose you just omitted the other ones and will present them in smaller chunks later. Otherwise shout. --Sig_/VkYcb5WD.cJ2_RT0jaQAKg_ Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iEYEARECAAYFAlqxT0wACgkQvyhstlk+X/3KxQCfcRolDpmXrj7o8y71j0wNtL02 haAAoLrX1nVB2C9iJFcSycIoQVPuQ3BT =kstY -----END PGP SIGNATURE----- --Sig_/VkYcb5WD.cJ2_RT0jaQAKg_--