guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: openjdk10: Simplify.


From: guix-commits
Subject: 02/02: gnu: openjdk10: Simplify.
Date: Wed, 10 Jan 2024 16:10:48 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit d255944400b4d7d3d6ee76a0952dffef9b5a9384
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Jan 10 22:10:15 2024 +0100

    gnu: openjdk10: Simplify.
    
    * gnu/packages/java.scm (openjdk10)[arguments]: Remove trailing #T from 
build
    phase.
    
    Change-Id: Icdb082b250704fe6de3a5e4323f29fa5db8446c7
---
 gnu/packages/java.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index 4993988696..1582813edd 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -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"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]