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(+) > > 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.