mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: ant-bootstrap: Remove trailing #T from build phase.
* gnu/packages/java.scm (ant-bootstrap)[arguments]: Remove trailing #T from 'strip-jar-timestamps phase.
This commit is contained in:
parent
7bd34b0b19
commit
bebdfcd821
1 changed files with 1 additions and 2 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue