1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-07 05:30:38 +02:00

gnu: java-mail: Use new input style.

* gnu/packages/java.scm (java-mail)[native-inputs]: Use new style.
This commit is contained in:
Ricardo Wurmus
2021-12-23 09:11:39 +01:00
parent ab0f1227f5
commit fc62b7d2a4

View File

@@ -11334,8 +11334,7 @@ application components to create, send, receive, and read messages.")
(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