mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add java-ops4j-pax-exam-core-junit.
* gnu/packages/java.scm (java-ops4j-pax-exam-core-junit): New variable.
This commit is contained in:
parent
7a7c2b7556
commit
4496d77fb4
1 changed files with 15 additions and 0 deletions
|
@ -5643,3 +5643,18 @@ the system under test at the same time.")
|
||||||
("cglib" ,java-cglib)
|
("cglib" ,java-cglib)
|
||||||
("objenesis" ,java-objenesis)
|
("objenesis" ,java-objenesis)
|
||||||
("asm" ,java-asm)))))
|
("asm" ,java-asm)))))
|
||||||
|
|
||||||
|
(define-public java-ops4j-pax-exam-core-junit
|
||||||
|
(package
|
||||||
|
(inherit java-ops4j-pax-exam-core)
|
||||||
|
(name "java-ops4j-pax-exam-core-junit")
|
||||||
|
(arguments
|
||||||
|
`(#:jar-name "ops4j-pax-exam-core-junit.jar"
|
||||||
|
#:source-dir "drivers/pax-exam-junit4/src/main/java"
|
||||||
|
#:tests? #f)); no tests
|
||||||
|
(inputs
|
||||||
|
`(("junit" ,java-junit)
|
||||||
|
("slf4j" ,java-slf4j-api)
|
||||||
|
("core" ,java-ops4j-pax-exam-core)
|
||||||
|
("spi" ,java-ops4j-pax-exam-core-spi)))
|
||||||
|
(native-inputs '())))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue