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 @@ (define-public java-hamcrest-core
|
|||
testing frameworks, mocking libraries and UI validation rules.")
|
||||
(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
|
||||
(package
|
||||
(name "java-junit")
|
||||
|
|
Loading…
Reference in a new issue