~ruther/guix-local

d255944400b4d7d3d6ee76a0952dffef9b5a9384 — Ricardo Wurmus 2 years ago fc891f0
gnu: openjdk10: Simplify.

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

Change-Id: Icdb082b250704fe6de3a5e4323f29fa5db8446c7
1 files changed, 1 insertions(+), 2 deletions(-)

M gnu/packages/java.scm
M gnu/packages/java.scm => gnu/packages/java.scm +1 -2
@@ 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"