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:
parent
559919c1d8
commit
60dcec7abb
1 changed files with 15 additions and 0 deletions
|
@ -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.")))
|
||||
|
|
Loading…
Reference in a new issue