guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: java-logback-classic: Fix build.


From: guix-commits
Subject: branch master updated: gnu: java-logback-classic: Fix build.
Date: Fri, 20 Jan 2023 03:40:52 -0500

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 <arne_bab@web.de>
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 <rekado@elephly.net>
---
 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

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