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