firefox-bin: remove GConf dependency

It is only optionally dlopened by crash reporter to try to get system proxy settings
but no system stores proxy in GConf these days so it is completely useless.

97c590ed55/toolkit/crashreporter/client/crashreporter_gtk_common.cpp (L121-L122)
This commit is contained in:
Jan Tojnar 2020-06-20 23:38:08 +02:00
parent a699dd2bee
commit eb700f7a93
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4
2 changed files with 0 additions and 5 deletions

View File

@ -8,7 +8,6 @@
, dbus , dbus
, fontconfig , fontconfig
, freetype , freetype
, gconf
, gdk-pixbuf , gdk-pixbuf
, glib , glib
, glibc , glibc
@ -101,7 +100,6 @@ stdenv.mkDerivation {
dbus dbus
fontconfig fontconfig
freetype freetype
gconf
gdk-pixbuf gdk-pixbuf
glib glib
glibc glibc

View File

@ -19760,7 +19760,6 @@ in
firefox-bin-unwrapped = callPackage ../applications/networking/browsers/firefox-bin { firefox-bin-unwrapped = callPackage ../applications/networking/browsers/firefox-bin {
channel = "release"; channel = "release";
generated = import ../applications/networking/browsers/firefox-bin/release_sources.nix; generated = import ../applications/networking/browsers/firefox-bin/release_sources.nix;
gconf = pkgs.gnome2.GConf;
}; };
firefox-bin = wrapFirefox firefox-bin-unwrapped { firefox-bin = wrapFirefox firefox-bin-unwrapped {
@ -19772,7 +19771,6 @@ in
firefox-beta-bin-unwrapped = firefox-bin-unwrapped.override { firefox-beta-bin-unwrapped = firefox-bin-unwrapped.override {
channel = "beta"; channel = "beta";
generated = import ../applications/networking/browsers/firefox-bin/beta_sources.nix; generated = import ../applications/networking/browsers/firefox-bin/beta_sources.nix;
gconf = pkgs.gnome2.GConf;
}; };
firefox-beta-bin = res.wrapFirefox firefox-beta-bin-unwrapped { firefox-beta-bin = res.wrapFirefox firefox-beta-bin-unwrapped {
@ -19784,7 +19782,6 @@ in
firefox-devedition-bin-unwrapped = callPackage ../applications/networking/browsers/firefox-bin { firefox-devedition-bin-unwrapped = callPackage ../applications/networking/browsers/firefox-bin {
channel = "devedition"; channel = "devedition";
generated = import ../applications/networking/browsers/firefox-bin/devedition_sources.nix; generated = import ../applications/networking/browsers/firefox-bin/devedition_sources.nix;
gconf = pkgs.gnome2.GConf;
}; };
firefox-devedition-bin = res.wrapFirefox firefox-devedition-bin-unwrapped { firefox-devedition-bin = res.wrapFirefox firefox-devedition-bin-unwrapped {