me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/java.scm (java-ops4j-base-util-property): New variable.
master
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
1 changed files with 15 additions and 0 deletions

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.")))