mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
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>
This commit is contained in:
committed by
Ludovic Courtès
parent
cc666a69f7
commit
f49586ec3f
@@ -1402,7 +1402,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))
|
||||
|
||||
Reference in New Issue
Block a user