mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-26 02:05:02 +00:00
librewolf-unwrapped: disbaled MOZ_TELEMETRY_REPORTING
(cherry picked from commit 01cdb7164a)
This commit is contained in:
committed by
github-actions[bot]
parent
074e5237aa
commit
97b5e2fa6b
@@ -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"
|
||||
|
||||
@@ -20,6 +20,7 @@ in
|
||||
branding = "browser/branding/librewolf";
|
||||
inherit (librewolf-src)
|
||||
extraConfigureFlags
|
||||
extraPreConfigure
|
||||
extraPatches
|
||||
extraPostPatch
|
||||
extraPassthru
|
||||
|
||||
Reference in New Issue
Block a user