gnu: groovy: Add groovy-xml to the closure.

* gnu/packages/groovy.scm (groovy)[inputs]: Add groovy-xml.
[arguments]: Add groovy-xml to the list of classes available for class
loading.
master
Julien Lepiller 2018-06-16 14:09:40 +02:00
parent 8c2c105c12
commit 697a9d0d06
No known key found for this signature in database
GPG Key ID: 43111F4520086A0C
1 changed files with 2 additions and 1 deletions

View File

@ -1107,7 +1107,7 @@ and modify groovy's @dfn{Abstract Syntax Tree} (AST).")))
"groovy-jmx" "groovy-json" "groovy-jsr223"
"groovy-nio" "groovy-servlet" "groovy-sql"
"groovy-swing" "groovy-templates" "groovy-testng"
"java-commons-cli" "java-asm"
"groovy-xml" "java-commons-cli" "java-asm"
"java-classpathx-servletapi" "java-xstream"
"java-jansi" "java-jline-2"))
;; antlr.jar is present twice in antlr2. Symlink doesn't like
@ -1140,6 +1140,7 @@ and modify groovy's @dfn{Abstract Syntax Tree} (AST).")))
("groovy-swing" ,groovy-swing)
("groovy-templates" ,groovy-templates)
("groovy-testng" ,groovy-testng)
("groovy-xml" ,groovy-xml)
("java-commons-cli" ,java-commons-cli)
("java-asm" ,java-asm)
("java-classpathx-servletapi" ,java-classpathx-servletapi)