3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: Add java-ops4j-base-util-property.

* gnu/packages/java.scm (java-ops4j-base-util-property): New variable.
This commit is contained in:
Julien Lepiller 2017-10-04 19:22:44 +02:00
parent 559919c1d8
commit 60dcec7abb
No known key found for this signature in database
GPG key ID: 43111F4520086A0C

View file

@ -5398,3 +5398,18 @@ package contains utilities and extensions related to handling streams and files.
(description "OPS4J stands for Open Participation Software for Java. This
package contains utilities and extensions related to environment, i18n and
mime types.")))
(define-public java-ops4j-base-util-property
(package
(inherit java-ops4j-base-lang)
(name "java-ops4j-base-util-property")
(arguments
`(#:jar-name "java-ops4j-base-util-property.jar"
#:source-dir "ops4j-base-util-property/src/main/java"
#:tests? #f)); no tests
(inputs
`(("lang" ,java-ops4j-base-lang)
("util" ,java-ops4j-base-util)))
(description "OPS4J stands for Open Participation Software for Java. This
package contains utilities and extensions related to resolving properties from
different sources.")))