mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 19:21:04 +00:00
openjdk17: backport musl 1.2.4 fixes
Signed-off-by: Yureka <fork-nixpkgs-with@yuka.dev>
This commit is contained in:
parent
622b7430fa
commit
92678902ba
|
@ -69,6 +69,14 @@ let
|
|||
url = "https://github.com/openjdk/jdk/commit/9341d135b855cc208d48e47d30cd90aafa354c36.patch";
|
||||
hash = "sha256-Qcm3ZmGCOYLZcskNjj7DYR85R4v07vYvvavrVOYL8vg=";
|
||||
})
|
||||
|
||||
# Backport fixes for musl 1.2.4 which are already applied in jdk21+
|
||||
# Fetching patch from chimera because they already went through the effort of rebasing it onto jdk17
|
||||
(fetchurl {
|
||||
name = "lfs64.patch";
|
||||
url = "https://raw.githubusercontent.com/chimera-linux/cports/4614075d19e9c9636f3f7e476687247f63330a35/contrib/openjdk17/patches/lfs64.patch";
|
||||
hash = "sha256-t2mRbdEiumBAbIAC0zsJNwCn59WYWHsnRtuOSL6bWB4=";
|
||||
})
|
||||
] ++ lib.optionals (!headless && enableGtk) [
|
||||
./swing-use-gtk-jdk13.patch
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue