librewolf-unwrapped: uses setting provided by buildMozillaMach

This commit is contained in:
jopejoe1
2024-03-11 20:25:07 +01:00
parent f20d97a06b
commit 6d754ddd3b
2 changed files with 1 additions and 3 deletions
@@ -11,6 +11,7 @@ in
src = librewolf-src.firefox;
requireSigning = false;
allowAddonSideload = true;
branding = "browser/branding/librewolf";
inherit (librewolf-src) extraConfigureFlags extraPatches extraPostPatch extraPassthru;
meta = {
@@ -11,10 +11,7 @@ rec {
extraConfigureFlags = [
"--with-app-name=librewolf"
"--with-app-basename=LibreWolf"
"--with-branding=browser/branding/librewolf"
"--with-distribution-id=io.gitlab.librewolf-community"
"--with-unsigned-addon-scopes=app,system"
"--allow-addon-sideload"
];
extraPostPatch = ''