Unverified Commit cf4b4ea5 authored by Artturi's avatar Artturi Committed by GitHub
Browse files

Merge pull request #199134 from uninsane/pr/librewolf-unsigned

parents d294db09 6c8f8293
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
let
  librewolf-src = callPackage ./librewolf.nix { };
in
(buildMozillaMach rec {
((buildMozillaMach rec {
  pname = "librewolf";
  applicationName = "LibreWolf";
  binaryName = "librewolf";
@@ -30,4 +30,6 @@ in
  crashreporterSupport = false;
  enableOfficialBranding = false;
  pgoSupport = false; # Profiling gets stuck and doesn't terminate.
}
}).overrideAttrs (prev: {
  MOZ_REQUIRE_SIGNING = "";
})