guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: openjdk: Re-add "openjdk-15-xcursor-no-dynam


From: guix-commits
Subject: branch master updated: gnu: openjdk: Re-add "openjdk-15-xcursor-no-dynamic.patch".
Date: Fri, 16 Jun 2023 19:38:17 -0400

This is an automated email from the git hooks/post-receive script.

dannym pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 998d89ba20 gnu: openjdk: Re-add "openjdk-15-xcursor-no-dynamic.patch".
998d89ba20 is described below

commit 998d89ba20121e87664129890a805c91061baaa7
Author: Danny Milosavljevic <dannym@scratchpost.org>
AuthorDate: Mon May 1 03:12:18 2023 +0200

    gnu: openjdk: Re-add "openjdk-15-xcursor-no-dynamic.patch".
    
    * gnu/packages/java.scm (openjdk16)[source](patches): Re-add xcursor patch.
    (openjdk17)[source](patches): Re-add xcursor patch.
---
 gnu/packages/java.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index 49f027b226..48864c78c2 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -1493,7 +1493,8 @@ blacklisted.certs.pem"
                 "0587px2qbz07g3xi4a3ya6m630p72dvkxcn0bj1813pxnwvcgigz"
    (source (origin
              (inherit (package-source base))
-             (patches (search-patches "openjdk-10-setsignalhandler.patch"))))))
+             (patches (search-patches "openjdk-15-xcursor-no-dynamic.patch"
+                                      "openjdk-10-setsignalhandler.patch"))))))
 
 (define-public openjdk17
   (make-openjdk
@@ -1501,7 +1502,7 @@ blacklisted.certs.pem"
    "1asnysg6kxdkrmb88y6qihdr12ljsyxv0mg6hlcs7cwxgsdlqkfs"
    (source (origin
              (inherit (package-source base))
-             (patches '())))
+             (patches (search-patches "openjdk-15-xcursor-no-dynamic.patch"))))
    (arguments
     (substitute-keyword-arguments (package-arguments openjdk16)
       ((#:phases phases)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]