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:
Greg Hogan 2024-01-18 21:59:35 +00:00 committed by Ludovic Courtès
parent cc666a69f7
commit f49586ec3f
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -1402,7 +1402,7 @@ (define (icedtea-or-openjdk? path)
((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))