mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 21:59:08 -05: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:
parent
cc666a69f7
commit
f49586ec3f
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue