thunderbird: disable crash reporter for now to fix build
This commit is contained in:
@@ -55,12 +55,18 @@ let
|
||||
license = lib.licenses.mpl20;
|
||||
};
|
||||
}).override
|
||||
{
|
||||
geolocationSupport = false;
|
||||
webrtcSupport = false;
|
||||
(
|
||||
{
|
||||
geolocationSupport = false;
|
||||
webrtcSupport = false;
|
||||
|
||||
pgoSupport = false; # console.warn: feeds: "downloadFeed: network connection unavailable"
|
||||
};
|
||||
pgoSupport = false; # console.warn: feeds: "downloadFeed: network connection unavailable"
|
||||
}
|
||||
// lib.optionalAttrs (lib.versionAtLeast version "149") {
|
||||
# https://bugzilla.mozilla.org/show_bug.cgi?id=2025767
|
||||
crashreporterSupport = false;
|
||||
}
|
||||
);
|
||||
|
||||
in
|
||||
rec {
|
||||
|
||||
Reference in New Issue
Block a user