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.

https://github.com/mozilla/gecko-dev/blob/97c590ed5532a7b382b5b8500c109de8f1d831e3/toolkit/crashreporter/client/crashreporter_gtk_common.cpp#L121-L122
This commit is contained in:
Jan Tojnar
2020-06-20 23:24:49 +02:00
parent f0d4f5f842
commit a22a20cb40
2 changed files with 0 additions and 3 deletions
@@ -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
-1
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;
}; };