thunderbird: disable pgo support

Tries to connect out to the internet, so sorry, no pgo for thunderbird.

> console.warn: feeds: "downloadFeed: network connection unavailable"
main
Martin Weinelt 2 years ago committed by Yuka
parent 0d3772f645
commit 6e24b768b3
  1. 4
      pkgs/applications/networking/mailreaders/thunderbird/packages.nix

@ -8,7 +8,7 @@ let
in
rec {
thunderbird = common rec {
thunderbird = (common rec {
pname = "thunderbird";
version = "91.7.0";
application = "comm/mail";
@ -35,5 +35,7 @@ rec {
updateScript = callPackage ./update.nix {
attrPath = "thunderbird-unwrapped";
};
}).override {
pgoSupport = false; # console.warn: feeds: "downloadFeed: network connection unavailable"
};
}

Loading…
Cancel
Save