mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-18 12:47:33 -05:00
gnu: java-mail: Use new input style.
* gnu/packages/java.scm (java-mail)[native-inputs]: Use new style.
This commit is contained in:
parent
ab0f1227f5
commit
fc62b7d2a4
1 changed files with 1 additions and 2 deletions
|
@ -11334,8 +11334,7 @@ (define-public java-mail
|
|||
(copy-recursively "mail/src/main/resources/META-INF"
|
||||
"build/classes/META-INF"))))))
|
||||
(native-inputs
|
||||
`(("junit" ,java-junit)
|
||||
("hamcrest" ,java-hamcrest-core)))
|
||||
(list java-junit java-hamcrest-core))
|
||||
(home-page "https://javaee.github.io/javamail/")
|
||||
(synopsis "Mail-related functionality in Java")
|
||||
(description "The JavaMail API provides a platform-independent and
|
||||
|
|
Loading…
Reference in a new issue