swt: fix link to upstream GTK4 tracking issue

+2 -2
+2 -2
pkgs/by-name/sw/swt/package.nix
··· 63 63 AWT_LIB_PATH = "${jdk}/lib/openjdk/lib"; 64 64 # Used by the makefile which is responsible for the shared objects only 65 65 OUTPUT_DIR = "${placeholder "out"}/lib"; 66 - # GTK4 is not supported yet. Waiting for: 67 - # https://github.com/eclipse-platform/eclipse.platform.swt/pull/1482 66 + # GTK4 is not supported yet. See: 67 + # https://github.com/eclipse-platform/eclipse.platform.swt/issues/652 68 68 makeFlags = "gtk3"; 69 69 preBuild = '' 70 70 cd library