mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-06 03:17:15 -05:00
gnu: openjdk12: Fix build.
* gnu/packages/java.scm (openjdk12)[origin]: Add patch.
This commit is contained in:
parent
f59d94d236
commit
7a68045624
1 changed files with 2 additions and 1 deletions
|
@ -1432,7 +1432,8 @@ (define-public openjdk12
|
|||
"0mbhdrk12b6878kby0flnbak7444dlpm0ihlmf92vk59y1c02bc2"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
'(for-each delete-file (find-files "." "\\.(bin|exe|jar)$")))))
|
||||
'(for-each delete-file (find-files "." "\\.(bin|exe|jar)$")))
|
||||
(patches (search-patches "openjdk-10-setsignalhandler.patch"))))
|
||||
(arguments
|
||||
(substitute-keyword-arguments (package-arguments openjdk11)
|
||||
((#:phases phases)
|
||||
|
|
Loading…
Reference in a new issue