gnu: ant-bootstrap: Remove trailing #T from build phase.
* gnu/packages/java.scm (ant-bootstrap)[arguments]: Remove trailing #T from 'strip-jar-timestamps phase.master
parent
7bd34b0b19
commit
bebdfcd821
|
@ -415,8 +415,7 @@ JNI.")
|
|||
(for-each repack-archive
|
||||
(find-files
|
||||
(string-append (assoc-ref %outputs "out") "/lib")
|
||||
"\\.jar$"))
|
||||
#t))
|
||||
"\\.jar$"))))
|
||||
(delete 'install))))
|
||||
(native-inputs
|
||||
`(("jikes" ,jikes)
|
||||
|
|
Reference in New Issue