1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-19 07:35:54 +02:00

gnu: openjdk10: Simplify.

* gnu/packages/java.scm (openjdk10)[arguments]: Remove trailing #T from build
phase.

Change-Id: Icdb082b250704fe6de3a5e4323f29fa5db8446c7
This commit is contained in:
Ricardo Wurmus
2024-01-10 22:10:15 +01:00
parent fc891f004a
commit d255944400
+1 -2
View File
@@ -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"