Message ID | 20220601130011.9910-9-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 368abf8ba6..d1538d0afa 100644 --- a/gnu/packages/java.scm +++ b/gnu/packages/java.scm @@ -2326,7 +2326,8 @@ (define-public openjdk16 (base32 "1ggddsbsar4dj2fycfqqqagqil7prhb30afvq6933rz7pa9apm2f")) (patches - (search-patches "openjdk-15-xcursor-no-dynamic.patch")))) + (search-patches "openjdk-15-jtask-reproducibility.patch" + "openjdk-15-xcursor-no-dynamic.patch")))) (native-inputs `(("autoconf" ,autoconf) ("openjdk15:jdk" ,openjdk15 "jdk")
From: Danny Milosavljevic <dannym@scratchpost.org> * gnu/packages/java.scm (openjdk16)[source]: Add patch. --- gnu/packages/java.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)