mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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 @@ 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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue