On Fri, Oct 06, 2017 at 06:01:53PM +0200, Thomas Danckaert wrote: > Hi Guix, > > this patch adds the “Simple” implementation of the SLF4J interface, used by > HDF-Java's tests. > > About this patch: the tests of slf4j-simple require some of slf4j-api's test > code, which are therefore compiled in a somewhat ad-hoc fashion, but it > works... > > Thomas > From d034b46040d51b7e82fb95df3601dc9925fa1502 Mon Sep 17 00:00:00 2001 > From: Thomas Danckaert > Date: Fri, 6 Oct 2017 12:38:34 +0200 > Subject: [PATCH 1/2] gnu: Add java-slf4-simple. > > * gnu/packages/java.scm (java-slf4j-simple): New variable. Okay, looks good to me!