mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add java-hamcrest-library.
* gnu/packages/java.scm (java-hamcrest-library): New variable.
This commit is contained in:
parent
30b7704a57
commit
031516d69a
1 changed files with 10 additions and 0 deletions
|
@ -3702,6 +3702,16 @@ declaratively, to be used in other frameworks. Typical scenarios include
|
||||||
testing frameworks, mocking libraries and UI validation rules.")
|
testing frameworks, mocking libraries and UI validation rules.")
|
||||||
(license license:bsd-2)))
|
(license license:bsd-2)))
|
||||||
|
|
||||||
|
(define-public java-hamcrest-library
|
||||||
|
(package
|
||||||
|
(inherit java-hamcrest-core)
|
||||||
|
(name "java-hamcrest-library")
|
||||||
|
(arguments
|
||||||
|
(substitute-keyword-arguments (package-arguments java-hamcrest-core)
|
||||||
|
((#:build-target _) "library")))
|
||||||
|
(propagated-inputs
|
||||||
|
`(("java-hamcrest-core" ,java-hamcrest-core)))))
|
||||||
|
|
||||||
(define-public java-junit
|
(define-public java-junit
|
||||||
(package
|
(package
|
||||||
(name "java-junit")
|
(name "java-junit")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue