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>
parent
da9af8c72f
commit
0d169401cb
|
@ -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"
|
||||
|
|
Reference in New Issue