swt: Remove GNOME 2 dependencies

Those libraries have been deprecated for 10+ years and require daemons
that no-one has running these days.
This commit is contained in:
Jan Tojnar
2024-06-27 09:42:33 +02:00
parent 2893f56de0
commit e1a24b4319
@@ -11,7 +11,6 @@
, libGLU
, libXt
, libXtst
, gnome2
}:
let
@@ -68,9 +67,6 @@ in stdenv.mkDerivation rec {
libGL
libGLU
libXtst
gnome2.gnome_vfs
gnome2.libgnome
gnome2.libgnomeui
] ++ lib.optionals (lib.hasPrefix "8u" jdk.version) [
libXt
];