thunderbird: disable pgo support
Tries to connect out to the internet, so sorry, no pgo for thunderbird. > console.warn: feeds: "downloadFeed: network connection unavailable"
This commit is contained in:
parent
0d3772f645
commit
6e24b768b3
1 changed files with 3 additions and 1 deletions
|
@ -8,7 +8,7 @@ let
|
||||||
in
|
in
|
||||||
|
|
||||||
rec {
|
rec {
|
||||||
thunderbird = common rec {
|
thunderbird = (common rec {
|
||||||
pname = "thunderbird";
|
pname = "thunderbird";
|
||||||
version = "91.7.0";
|
version = "91.7.0";
|
||||||
application = "comm/mail";
|
application = "comm/mail";
|
||||||
|
@ -35,5 +35,7 @@ rec {
|
||||||
updateScript = callPackage ./update.nix {
|
updateScript = callPackage ./update.nix {
|
||||||
attrPath = "thunderbird-unwrapped";
|
attrPath = "thunderbird-unwrapped";
|
||||||
};
|
};
|
||||||
|
}).override {
|
||||||
|
pgoSupport = false; # console.warn: feeds: "downloadFeed: network connection unavailable"
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue