thunderbird-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 22:35:04 +02:00
parent f0d4f5f842
commit a22a20cb40
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4
2 changed files with 0 additions and 3 deletions

View File

@ -1,5 +1,4 @@
{ stdenv, fetchurl, config, makeWrapper { stdenv, fetchurl, config, makeWrapper
, gconf
, alsaLib , alsaLib
, at-spi2-atk , at-spi2-atk
, atk , atk
@ -80,7 +79,6 @@ stdenv.mkDerivation {
libPath = stdenv.lib.makeLibraryPath libPath = stdenv.lib.makeLibraryPath
[ stdenv.cc.cc [ stdenv.cc.cc
gconf
alsaLib alsaLib
at-spi2-atk at-spi2-atk
atk atk

View File

@ -22445,7 +22445,6 @@ in
thunderbolt = callPackage ../os-specific/linux/thunderbolt {}; thunderbolt = callPackage ../os-specific/linux/thunderbolt {};
thunderbird-bin = callPackage ../applications/networking/mailreaders/thunderbird-bin { thunderbird-bin = callPackage ../applications/networking/mailreaders/thunderbird-bin {
gconf = pkgs.gnome2.GConf;
inherit (pkgs.gnome2) libgnome libgnomeui; inherit (pkgs.gnome2) libgnome libgnomeui;
}; };