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
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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