This is an automated email from the git hooks/post-receive script.

rekado pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 0d169401cb gnu: java-logback-classic: Fix build.
0d169401cb is described below

commit 0d169401cbc9e1a418290d4d6cb03dac8babcde3
Author: Arne Babenhauserheide <[email protected]>
AuthorDate: Thu Jan 19 20:53:37 2023 +0100

    gnu: java-logback-classic: Fix build.
    
    * gnu/packages/java.scm (java-logback-classic)[arguments]: Use input name
    "java-javaee-servletapi" instead of "servlet".
    
    Signed-off-by: Ricardo Wurmus <[email protected]>
---
 gnu/packages/java.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index 15a4e62de1..e55684d2a3 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -13006,7 +13006,7 @@ This module lays the groundwork for the other two 
modules.")
                                             (find-files (assoc-ref inputs 
input)
                                                         ".*.jar"))
                                           '("java-logback-core" 
"java-slf4j-api"
-                                            "java-commons-compiler" "servlet"
+                                            "java-commons-compiler" 
"java-javaee-servletapi"
                                             "groovy")))
                        ":"))
              (apply invoke "groovyc" "-d" "build/classes" "-j"

Reply via email to