thunderbird: disable crash reporter for now to fix build

This commit is contained in:
Vladimír Čunát
2026-04-15 09:53:45 +02:00
parent 21239555ef
commit 21cdad041e
@@ -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 {