guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

06/06: gnu: java-mail: Use new input style.


From: guix-commits
Subject: 06/06: gnu: java-mail: Use new input style.
Date: Thu, 23 Dec 2021 03:12:23 -0500 (EST)

rekado pushed a commit to branch wip-java-bootstrap-simplify
in repository guix.

commit 1ea66199661ce4702b958d19725f536c9aff4de3
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Dec 23 09:11:39 2021 +0100

    gnu: java-mail: Use new input style.
    
    * gnu/packages/java.scm (java-mail)[native-inputs]: Use new style.
---
 gnu/packages/java.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index e4b4ed5..8ccc16b 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]