From: "Gábor Boskovits" <boskovits@gmail.com>
To: 31152@debbugs.gnu.org
Cc: "Gábor Boskovits" <boskovits@gmail.com>
Subject: [bug#31152] [PATCH 4/4] gnu: Add java-asm-bootstrap.
Date: Sat, 14 Apr 2018 22:33:33 +0200 [thread overview]
Message-ID: <20180414203333.11794-3-boskovits@gmail.com> (raw)
In-Reply-To: <20180414203333.11794-1-boskovits@gmail.com>
* gnu/packages/java.scm (java-asm-bootstrap): New variable.
---
gnu/packages/java.scm | 15 +++++++++++++++
1 file changed, 15 insertions(+)
diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index 95a1dc0f2..ee6a07af4 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -3526,6 +3526,21 @@ transformations and analysis algorithms allow to easily assemble custom
complex transformations and code analysis tools.")
(license license:bsd-3)))
+(define-public java-asm-bootstrap
+ (package
+ (inherit java-asm)
+ (name "java-asm-bootstrap")
+ (arguments
+ (substitute-keyword-arguments (package-arguments java-asm)
+ ((#:tests? _) #f)))
+ (native-inputs `())
+ (propagated-inputs
+ `(("java-aqute-bndlib" ,java-aqute-bndlib-bootstrap)
+ ("java-aqute-libg" ,java-aqute-libg-bootstrap)
+ ,@(delete `("java-aqute-bndlib" ,java-aqute-bndlib)
+ (delete `("java-aqute-libg", java-aqute-libg)
+ (package-inputs java-asm)))))))
+
(define-public java-cglib
(package
(name "java-cglib")
--
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 ` [bug#31152] [PATCH 3/4] gnu: Add java-aqute-bndlib-bootstrap Gábor Boskovits
2018-04-14 20:33 ` Gábor Boskovits [this message]
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-3-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.