mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-06-09 01:38:54 +02:00
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:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user