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:
Ricardo Wurmus 2023-01-09 00:32:28 +01:00
parent d977bb8d6b
commit 84543eae06
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 1 additions and 2 deletions

View File

@ -2553,8 +2553,7 @@ libraries from the SIS division at ETH Zurich like jHDF5.")
(("\\$\\{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))