gnu: icedtea-8: Remove trailing #T from build phases.

* gnu/packages/java.scm (icedtea-8)[arguments]: Remove trailing #T.
This commit is contained in:
Ricardo Wurmus 2021-12-18 00:09:39 +01:00
parent 96ccb89bef
commit a21c9a9102
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -1576,8 +1576,7 @@ new Date();"))
"warning: failed to substitute: ~a~%" "warning: failed to substitute: ~a~%"
file)))) file))))
(find-files "openjdk.src/jdk/src/solaris/native" (find-files "openjdk.src/jdk/src/solaris/native"
"\\.c|\\.h")) "\\.c|\\.h")))))
#t)))
(replace 'fix-openjdk (replace 'fix-openjdk
(lambda _ (lambda _
(substitute* (substitute*
@ -1597,8 +1596,7 @@ new Date();"))
;; Install the nss.cfg file to JRE to enable SSL/TLS ;; Install the nss.cfg file to JRE to enable SSL/TLS
;; support via NSS. ;; support via NSS.
(copy-file (string-append jdk "/jre/lib/security/nss.cfg") (copy-file (string-append jdk "/jre/lib/security/nss.cfg")
(string-append jre "/lib/security/nss.cfg")) (string-append jre "/lib/security/nss.cfg")))))
#t)))
(add-after 'install 'strip-jar-timestamps (add-after 'install 'strip-jar-timestamps
(assoc-ref ant:%standard-phases 'strip-jar-timestamps))))))) (assoc-ref ant:%standard-phases 'strip-jar-timestamps)))))))
(native-inputs (native-inputs