gnu: jbr: Make big cursors work.

* gnu/packages/patches/jbr-17-xcursor-no-dynamic.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/java.scm (jbr17)[source]<#:patches>: Add it.
This commit is contained in:
Danny Milosavljevic 2023-07-03 03:07:18 +02:00
parent 6cdab8fd09
commit 08649cfcd4
No known key found for this signature in database
GPG key ID: E71A35542C30BAA5
3 changed files with 75 additions and 1 deletions

View file

@ -1551,7 +1551,8 @@ blacklisted.certs.pem"
(file-name (string-append name "-" version "-checkout"))
(sha256
(base32
"0wh9xhqgcjk0jgvpvlvf78dy3r8m0vgqd0f54whpx0qqbmyavgdw"))))
"0wh9xhqgcjk0jgvpvlvf78dy3r8m0vgqd0f54whpx0qqbmyavgdw"))
(patches (search-patches "jbr-17-xcursor-no-dynamic.patch"))))
(synopsis "JetBrains Java Runtime")
(description "This package provides a Java runtime environment for
and Java development kit. It supports enhanced class redefinition (DCEVM),