me
/
guix
Archived
1
0
Fork 0

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
Ricardo Wurmus 2021-12-18 17:26:22 +01:00
parent 7bd34b0b19
commit bebdfcd821
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 1 additions and 2 deletions

View File

@ -415,8 +415,7 @@ JNI.")
(for-each repack-archive (for-each repack-archive
(find-files (find-files
(string-append (assoc-ref %outputs "out") "/lib") (string-append (assoc-ref %outputs "out") "/lib")
"\\.jar$")) "\\.jar$"))))
#t))
(delete 'install)))) (delete 'install))))
(native-inputs (native-inputs
`(("jikes" ,jikes) `(("jikes" ,jikes)