gnu: java-ops4j-pax-exam-core: Refresh style.

* gnu/packages/java.scm (java-ops4j-pax-exam-core): Use G-Expressions
and remove package labels.

Change-Id: Ifec6c3667054806ec798c605a3932c4108250f45
This commit is contained in:
Sharlatan Hellseher 2025-09-04 12:55:00 +01:00
parent 1a59c65ea0
commit 6bffc03be9
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -10048,19 +10048,19 @@ to create those artifacts.")
(base32 (base32
"1b0f89gawxyl0pkqx9sicp6n58pirkzhjw41y749bwrkb6h99i26")))) "1b0f89gawxyl0pkqx9sicp6n58pirkzhjw41y749bwrkb6h99i26"))))
(arguments (arguments
`(#:jar-name "java-ops4j-pax-exam-core.jar" (list #:jar-name "java-ops4j-pax-exam-core.jar"
#:source-dir "core/pax-exam/src/main/java" #:source-dir "core/pax-exam/src/main/java"
#:test-dir "core/pax-exam/src/test")) #:test-dir "core/pax-exam/src/test"))
(inputs (inputs
`(("slf4j" ,java-slf4j-api) (list java-slf4j-api
("lang" ,java-ops4j-base-lang) java-ops4j-base-lang
("io" ,java-ops4j-base-io) java-ops4j-base-io
("util-property" ,java-ops4j-base-util-property) java-ops4j-base-util-property
("util-store" ,java-ops4j-base-store) java-ops4j-base-store
("java-osgi-core" ,java-osgi-core))) java-osgi-core))
(native-inputs (native-inputs
`(("junit" ,java-junit) (list java-junit
("hamcrest" ,java-hamcrest-core))) java-hamcrest-core))
(build-system ant-build-system) (build-system ant-build-system)
(home-page "https://ops4j1.jira.com/wiki/spaces/PAXEXAM4/overview") (home-page "https://ops4j1.jira.com/wiki/spaces/PAXEXAM4/overview")
(synopsis "In-Container Testing for OSGi, Java EE and CDI") (synopsis "In-Container Testing for OSGi, Java EE and CDI")