librewolf-unwrapped: disbaled MOZ_TELEMETRY_REPORTING

(cherry picked from commit 01cdb7164a)
This commit is contained in:
Hythera
2026-08-04 23:05:38 +02:00
committed by github-actions[bot]
parent 074e5237aa
commit 97b5e2fa6b
2 changed files with 5 additions and 0 deletions

View File

@@ -24,6 +24,10 @@ rec {
"--enable-lto=thin,cross"
];
extraPreConfigure = ''
export MOZ_TELEMETRY_REPORTING=
'';
extraPostPatch = ''
while read patch_name; do
echo "applying LibreWolf patch: $patch_name"

View File

@@ -20,6 +20,7 @@ in
branding = "browser/branding/librewolf";
inherit (librewolf-src)
extraConfigureFlags
extraPreConfigure
extraPatches
extraPostPatch
extraPassthru