guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#30845] [PATCH 10/82] gnu: Add java-native-access-platform.


From: Björn Höfling
Subject: [bug#30845] [PATCH 10/82] gnu: Add java-native-access-platform.
Date: Tue, 20 Mar 2018 19:13:31 +0100

On Sun, 18 Mar 2018 14:05:30 +0100
Julien Lepiller <address@hidden> wrote:

> * gnu/packages/java.scm (java-native-access-platform): New variable.
> ---
>  gnu/packages/java.scm | 29 +++++++++++++++++++++++++++++
>  1 file changed, 29 insertions(+)
> 
> 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örn

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.

Attachment: pgpBphthf8mU1.pgp
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]