diff --git a/pkgs/by-name/sw/swt/package.nix b/pkgs/by-name/sw/swt/package.nix index 8c43aea736f0..75b6c994da35 100644 --- a/pkgs/by-name/sw/swt/package.nix +++ b/pkgs/by-name/sw/swt/package.nix @@ -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