gnu: openjdk17: Make big cursors work.
* gnu/packages/java.scm (openjdk17)[source]: Add patch.
This commit is contained in:
parent
aa01b37ef6
commit
237d90a780
1 changed files with 3 additions and 1 deletions
|
@ -2250,7 +2250,9 @@ new Date();"))
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1l1jgbz8q7zq66npfg88r0l5xga427vrz35iys09j44b6qllrldd"))))
|
||||
"1l1jgbz8q7zq66npfg88r0l5xga427vrz35iys09j44b6qllrldd"))
|
||||
(patches
|
||||
(search-patches "openjdk-15-xcursor-no-dynamic.patch"))))
|
||||
(native-inputs
|
||||
`(("autoconf" ,autoconf)
|
||||
("openjdk16:jdk" ,openjdk16 "jdk")
|
||||
|
|
Reference in a new issue