mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 13:09:23 -05:00
gnu: icedtea-8: Remove trailing #T from build phases.
* gnu/packages/java.scm (icedtea-8)[arguments]: Remove trailing #T.
This commit is contained in:
parent
96ccb89bef
commit
a21c9a9102
1 changed files with 2 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue