mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-14 09:43:14 +00:00
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:
parent
f0d4f5f842
commit
a22a20cb40
@ -1,5 +1,4 @@
|
||||
{ stdenv, fetchurl, config, makeWrapper
|
||||
, gconf
|
||||
, alsaLib
|
||||
, at-spi2-atk
|
||||
, atk
|
||||
@ -80,7 +79,6 @@ stdenv.mkDerivation {
|
||||
|
||||
libPath = stdenv.lib.makeLibraryPath
|
||||
[ stdenv.cc.cc
|
||||
gconf
|
||||
alsaLib
|
||||
at-spi2-atk
|
||||
atk
|
||||
|
@ -22445,7 +22445,6 @@ in
|
||||
thunderbolt = callPackage ../os-specific/linux/thunderbolt {};
|
||||
|
||||
thunderbird-bin = callPackage ../applications/networking/mailreaders/thunderbird-bin {
|
||||
gconf = pkgs.gnome2.GConf;
|
||||
inherit (pkgs.gnome2) libgnome libgnomeui;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user