swt: fix link to upstream GTK4 tracking issue

This commit is contained in:
Doron Behar
2025-01-06 19:41:09 +02:00
parent a774bc3680
commit cb5d943e5f
+2 -2
View File
@@ -63,8 +63,8 @@ stdenv.mkDerivation (finalAttrs: {
AWT_LIB_PATH = "${jdk}/lib/openjdk/lib";
# Used by the makefile which is responsible for the shared objects only
OUTPUT_DIR = "${placeholder "out"}/lib";
# GTK4 is not supported yet. Waiting for:
# https://github.com/eclipse-platform/eclipse.platform.swt/pull/1482
# GTK4 is not supported yet. See:
# https://github.com/eclipse-platform/eclipse.platform.swt/issues/652
makeFlags = "gtk3";
preBuild = ''
cd library