gnu: openjdk15: Make big cursors work.

* gnu/packages/patches/openjdk-15-xcursor-no-dynamic.patch: New file.
* gnu/local.mk (dist_patch_DATA):  Add it.
* gnu/packages/java.scm (openjdk15)[source]: Add it.
This commit is contained in:
Danny Milosavljevic 2022-04-15 01:38:21 +02:00
parent b629b30269
commit f4dd7bf94e
No known key found for this signature in database
GPG key ID: E71A35542C30BAA5
3 changed files with 79 additions and 1 deletions

View file

@ -2185,7 +2185,12 @@ new Date();"))
(file-name (git-file-name name version))
(sha256
(base32
"168cr08nywp0q3vyj8njkhsmmnyd8rz9r58hk4xhzdzc6bdfkl1i"))))
"168cr08nywp0q3vyj8njkhsmmnyd8rz9r58hk4xhzdzc6bdfkl1i"))
(patches
(search-patches "openjdk-15-xcursor-no-dynamic.patch"))))
(inputs
(cons `("libxcursor" ,libxcursor) ; for our patch to work
(package-inputs openjdk14)))
(native-inputs
`(("autoconf" ,autoconf)
("openjdk14:jdk" ,openjdk14 "jdk")