mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 16:06:16 -05:00
gnu: Add java-ops4j-base-monitors.
* gnu/packages/java.scm (java-ops4j-base-monitors): New variable.
This commit is contained in:
parent
77a4f1ae31
commit
b2353495cb
1 changed files with 13 additions and 0 deletions
|
@ -5350,3 +5350,16 @@ (define-public java-ops4j-base-lang
|
||||||
(description "OPS4J stands for Open Participation Software for Java. This
|
(description "OPS4J stands for Open Participation Software for Java. This
|
||||||
package contains utilities and extensions related to @code{java.lang}.")
|
package contains utilities and extensions related to @code{java.lang}.")
|
||||||
(license license:asl2.0)))
|
(license license:asl2.0)))
|
||||||
|
|
||||||
|
(define-public java-ops4j-base-monitors
|
||||||
|
(package
|
||||||
|
(inherit java-ops4j-base-lang)
|
||||||
|
(name "java-ops4j-base-monitors")
|
||||||
|
(arguments
|
||||||
|
`(#:jar-name "java-ops4j-base-monitors.jar"
|
||||||
|
#:source-dir "ops4j-base-monitors/src/main/java"
|
||||||
|
#:tests? #f)); no tests
|
||||||
|
(inputs
|
||||||
|
`(("lang" ,java-ops4j-base-lang)))
|
||||||
|
(description "OPS4J stands for Open Participation Software for Java. This
|
||||||
|
package contains utilities and extensions related to monitoring.")))
|
||||||
|
|
Loading…
Reference in a new issue