firefox-bin: remove libgnome dependency

It is deprecated and has been removed ages ago:

https://bugzilla.mozilla.org/show_bug.cgi?id=694570

It persists in the crash reporter for some reason but it is optional there:

f66f5a235e/toolkit/crashreporter/client/crashreporter_linux.cpp (L366-L370)
This commit is contained in:
Jan Tojnar 2020-06-20 23:37:15 +02:00
parent 5384ace0c8
commit a699dd2bee
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4
2 changed files with 0 additions and 7 deletions

View File

@ -28,8 +28,6 @@
, libXrender
, libXt
, libcanberra
, libgnome
, libgnomeui
, libnotify
, gnome3
, libGLU, libGL
@ -123,8 +121,6 @@ stdenv.mkDerivation {
libXrender
libXt
libcanberra
libgnome
libgnomeui
libnotify
libGLU libGL
nspr

View File

@ -19761,7 +19761,6 @@ in
channel = "release";
generated = import ../applications/networking/browsers/firefox-bin/release_sources.nix;
gconf = pkgs.gnome2.GConf;
inherit (pkgs.gnome2) libgnome libgnomeui;
};
firefox-bin = wrapFirefox firefox-bin-unwrapped {
@ -19774,7 +19773,6 @@ in
channel = "beta";
generated = import ../applications/networking/browsers/firefox-bin/beta_sources.nix;
gconf = pkgs.gnome2.GConf;
inherit (pkgs.gnome2) libgnome libgnomeui;
};
firefox-beta-bin = res.wrapFirefox firefox-beta-bin-unwrapped {
@ -19787,7 +19785,6 @@ in
channel = "devedition";
generated = import ../applications/networking/browsers/firefox-bin/devedition_sources.nix;
gconf = pkgs.gnome2.GConf;
inherit (pkgs.gnome2) libgnome libgnomeui;
};
firefox-devedition-bin = res.wrapFirefox firefox-devedition-bin-unwrapped {