gnu: java-cisd-args4j: Remove trailing #T from build phase.
* gnu/packages/java.scm (java-cisd-args4j)[arguments]: Remove trailing #T from build phase.
This commit is contained in:
parent
d977bb8d6b
commit
84543eae06
1 changed files with 1 additions and 2 deletions
|
@ -2553,8 +2553,7 @@ (define-public java-cisd-args4j
|
|||
(("\\$\\{version.number\\}") ,base-version)
|
||||
;; Don't use custom ant tasks.
|
||||
(("recursive-jar") "jar")
|
||||
(("<project-classpath.*") ""))
|
||||
#t))
|
||||
(("<project-classpath.*") ""))))
|
||||
(replace 'install (install-jars "targets/dist")))))
|
||||
(inputs
|
||||
(list java-cisd-base))
|
||||
|
|
Loading…
Reference in a new issue