mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: openjdk10: Simplify.
* gnu/packages/java.scm (openjdk10)[arguments]: Remove trailing #T from build phase. Change-Id: Icdb082b250704fe6de3a5e4323f29fa5db8446c7
This commit is contained in:
parent
fc891f004a
commit
d255944400
1 changed files with 1 additions and 2 deletions
|
@ -1177,8 +1177,7 @@ new Date();"))
|
|||
;; This file was "fixed" by patch-source-shebangs, but it requires
|
||||
;; this exact first line.
|
||||
(substitute* "make/data/blacklistedcertsconverter/blacklisted.certs.pem"
|
||||
(("^#!.*") "#! java BlacklistedCertsConverter SHA-256\n"))
|
||||
#t))
|
||||
(("^#!.*") "#! java BlacklistedCertsConverter SHA-256\n"))))
|
||||
(replace 'configure
|
||||
(lambda* (#:key inputs outputs #:allow-other-keys)
|
||||
(invoke "bash" "./configure"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue