me
/
guix
Archived
1
0
Fork 0

gnu: openjdk12: Fix build.

* gnu/packages/java.scm (openjdk12)[origin]: Add patch.
master
Andreas Enge 2023-04-05 17:09:56 +02:00
parent f59d94d236
commit 7a68045624
No known key found for this signature in database
GPG Key ID: F7D5C9BF765C61E3
1 changed files with 2 additions and 1 deletions

View File

@ -1432,7 +1432,8 @@ new Date();"))
"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)