all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Gábor Boskovits" <boskovits@gmail.com>
To: 31152@debbugs.gnu.org
Cc: "Gábor Boskovits" <boskovits@gmail.com>
Subject: [bug#31152] [PATCH 1/4] gnu: Add java-slfj4-api-bootstrap.
Date: Sat, 14 Apr 2018 21:04:29 +0200	[thread overview]
Message-ID: <20180414190432.11711-1-boskovits@gmail.com> (raw)
In-Reply-To: <20180414135039.11615-1-boskovits@gmail.com>

    * gnu/packages/java.scm (java-slf4j-api-bootstrap): New variable.
---
 gnu/packages/java.scm | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index be252cd2a..de9313c36 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -5640,6 +5640,15 @@ allowing the end user to plug in the desired logging framework at deployment
 time.")
     (license license:expat)))
 
+(define-public java-slf4j-api-bootstrap
+  (package
+    (inherit java-slf4j-api)
+    (name "java-slf4j-api-bootstrap")
+    (inputs `())
+    (arguments
+     (substitute-keyword-arguments (package-arguments java-slf4j-api)
+       ((#:tests? _ #f) #f)))))
+
 (define-public java-slf4j-simple
   (package
     (name "java-slf4j-simple")
-- 
2.16.2

  reply	other threads:[~2018-04-14 19:06 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-04-14 13:50 [bug#31152] [PATCH 0/4] Bootstrap java-jarjar Gábor Boskovits
2018-04-14 19:04 ` Gábor Boskovits [this message]
2018-04-14 20:33 ` [bug#31152] [PATCH 2/4] gnu: Add java-aqute-libg-bootstrap Gábor Boskovits
2018-04-14 20:33   ` [bug#31152] [PATCH 3/4] gnu: Add java-aqute-bndlib-bootstrap Gábor Boskovits
2018-04-14 20:33   ` [bug#31152] [PATCH 4/4] gnu: Add java-asm-bootstrap Gábor Boskovits
2018-04-15  8:02 ` [bug#31152] [PATCH 0/4] Bootstrap java-jarjar Julien Lepiller
2018-04-17 10:59 ` bug#31152: " Julien Lepiller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180414190432.11711-1-boskovits@gmail.com \
    --to=boskovits@gmail.com \
    --cc=31152@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.