From: "Gábor Boskovits" <boskovits@gmail.com>
To: 31152@debbugs.gnu.org
Cc: "Gábor Boskovits" <boskovits@gmail.com>
Subject: [bug#31152] [PATCH 3/4] gnu: Add java-aqute-bndlib-bootstrap.
Date: Sat, 14 Apr 2018 22:33:32 +0200 [thread overview]
Message-ID: <20180414203333.11794-2-boskovits@gmail.com> (raw)
In-Reply-To: <20180414203333.11794-1-boskovits@gmail.com>
* gnu/packages/java.scm (java-aqute-bndlib-bootstrap): New variable.
---
gnu/packages/java.scm | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index f9174b87a..95a1dc0f2 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -6922,6 +6922,17 @@ it manages project dependencies, gives diffs jars, and much more.")
("promise" ,java-osgi-util-promise)
("osgi" ,java-osgi-core)))))
+(define-public java-aqute-bndlib-bootstrap
+ (package
+ (inherit java-aqute-bndlib)
+ (name "java-aqute-bndlib-bootstrap")
+ (inputs
+ `(("slf4j-bootstrap" ,java-slf4j-api-bootstrap)
+ ("java-aqute-libg-bootstrap" ,java-aqute-libg-bootstrap)
+ ,@(delete `("slf4j" ,java-slf4j-api)
+ (delete `("java-aqute-libg" ,java-aqute-libg)
+ (package-inputs java-aqute-bndlib)))))))
+
(define-public java-ops4j-pax-tinybundles
(package
(name "java-ops4j-pax-tinybundles")
--
2.16.2
next prev parent reply other threads:[~2018-04-14 20:35 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 ` [bug#31152] [PATCH 1/4] gnu: Add java-slfj4-api-bootstrap Gábor Boskovits
2018-04-14 20:33 ` [bug#31152] [PATCH 2/4] gnu: Add java-aqute-libg-bootstrap Gábor Boskovits
2018-04-14 20:33 ` Gábor Boskovits [this message]
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=20180414203333.11794-2-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.