openjfx: remove gtk2 support from openjfx17, cleanup (#545111)

This commit is contained in:
Masum Reza
2026-07-25 03:30:54 +00:00
committed by GitHub
+8 -2
View File
@@ -13,7 +13,6 @@
python3,
ruby,
gtk2,
gtk3,
libxtst,
libxxf86vm,
@@ -91,6 +90,14 @@ stdenv.mkDerivation {
];
hash = "sha256-WuJtzPy0IV4xvn+i5xeDqekWO0VR2GIfsYKkEmh8KKU=";
})
# Drop GTK2 support
(fetchpatch2 {
url = "https://github.com/openjdk/jfx/commit/63635ee8160ba6507d625c44320b58e2f9bfb87a.patch?full_index=1";
includes = [
"buildSrc/linux.gradle"
];
hash = "sha256-p2vRy8jA/JJBGCC5irV3gGbcJqChFNi+ViMeQ1wjtU0=";
})
]
);
@@ -105,7 +112,6 @@ stdenv.mkDerivation {
];
buildInputs = [
gtk2
gtk3
libxtst
libxxf86vm