me
/
guix
Archived
1
0
Fork 0

gnu: openjdk10: Apply patch again.

This partially reverts commit 7636c49b45
where the patch was dropped.

* gnu/packages/java.scm (openjdk10)[source]: Apply patch.
master
Andreas Enge 2023-03-20 18:59:48 +01:00
parent 2336d5f57a
commit 30f4b3a7e8
No known key found for this signature in database
GPG Key ID: F7D5C9BF765C61E3
1 changed files with 3 additions and 1 deletions

View File

@ -1045,7 +1045,9 @@ new Date();"))
(find-files "." ".*.(bin|exe|jar)$"))))
(sha256
(base32
"0i47ar8lxzjrkkiwbzybfxs473390h4jq9ahm3xqdvy5zpchxy3y"))))
"0i47ar8lxzjrkkiwbzybfxs473390h4jq9ahm3xqdvy5zpchxy3y"))
(patches (search-patches
"openjdk-10-idlj-reproducibility.patch"))))
(arguments
(substitute-keyword-arguments (package-arguments openjdk9)
((#:phases phases)