me
/
guix
Archived
1
0
Fork 0

gnu: openjdk10: Simplify.

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

Change-Id: Icdb082b250704fe6de3a5e4323f29fa5db8446c7
master
Ricardo Wurmus 2024-01-10 22:10:15 +01:00
parent fc891f004a
commit d255944400
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 1 additions and 2 deletions

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"