Message ID | 20220601130011.9910-8-dannym@scratchpost.org |
---|---|
State | New |
Headers | show |
Series | Towards reproducible openjdk | expand |
Context | Check | Description |
---|---|---|
cbaines/comparison | success | View comparision |
cbaines/git branch | success | View Git branch |
cbaines/applying patch | success | View Laminar job |
cbaines/issue | success | View issue |
diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm index 2599170d84..368abf8ba6 100644 --- a/gnu/packages/java.scm +++ b/gnu/packages/java.scm @@ -2297,7 +2297,8 @@ (define-public openjdk15 (base32 "168cr08nywp0q3vyj8njkhsmmnyd8rz9r58hk4xhzdzc6bdfkl1i")) (patches - (search-patches "openjdk-15-xcursor-no-dynamic.patch")))) + (search-patches "openjdk-15-jtask-reproducibility.patch" + "openjdk-15-xcursor-no-dynamic.patch")))) (inputs (cons `("libxcursor" ,libxcursor) ; for our patch to work (package-inputs openjdk14)))
From: Danny Milosavljevic <dannym@scratchpost.org> * gnu/packages/java.scm (openjdk15)[source]: Add patch. --- gnu/packages/java.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)