guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#28707] [PATCH 05/23] gnu: Add java-ops4j-base-util-property.


From: julien
Subject: [bug#28707] [PATCH 05/23] gnu: Add java-ops4j-base-util-property.
Date: Wed, 4 Oct 2017 22:37:17 +0200

From: Julien Lepiller <address@hidden>

* gnu/packages/java.scm (java-ops4j-base-util-property): 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 1c7b5f92e..512583c7b 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -5363,3 +5363,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.")))
-- 
2.14.2






reply via email to

[Prev in Thread] Current Thread [Next in Thread]