Unverified Commit 21cdad04 authored by Vladimír Čunát's avatar Vladimír Čunát
Browse files

thunderbird: disable crash reporter for now to fix build

parent 21239555
Loading
Loading
Loading
Loading
+11 −5
Original line number Diff line number Diff line
@@ -55,12 +55,18 @@ let
        license = lib.licenses.mpl20;
      };
    }).override
      (
        {
          geolocationSupport = false;
          webrtcSupport = false;

          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 {