guix-commits
[Top][All Lists]
Advanced

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

04/75: gnu: openjdk11: Fix build.


From: guix-commits
Subject: 04/75: gnu: openjdk11: Fix build.
Date: Sun, 21 Jan 2024 13:21:40 -0500 (EST)

apteryx pushed a commit to branch core-updates
in repository guix.

commit 61c90248634b4c18adbb6d7ed0a1f396649aac3c
Author: Greg Hogan <code@greghogan.com>
AuthorDate: Thu Jan 18 21:59:35 2024 +0000

    gnu: openjdk11: Fix build.
    
    * gnu/packages/java.scm (openjdk11)[arguments]: Replace reference to
    'remove-diz-file phase with 'remove-extraneous-files.
    
    Change-Id: I932be9202459b41d82686839d309d1785011bf90
    Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
---
 gnu/packages/java.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index 10148aee4a..96035d7e53 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -1399,7 +1399,7 @@ new Date();"))
                                            ((name . dir)
                                             dir))
                                          outputs)))))
-          (add-after 'remove-diz-file 'strip-archive-timestamps
+          (add-after 'remove-extraneous-files 'strip-archive-timestamps
             (lambda _
               (use-modules (ice-9 binary-ports)
                            (rnrs bytevectors))



reply via email to

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