on my last piece of copium
This commit is contained in:
parent
ff58e2ef67
commit
2f0080c81f
1 changed files with 8 additions and 10 deletions
|
@ -75,15 +75,13 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
sandboxed-firefox-esr.config.env.overrideAttrs (old: {
|
prev.wrapFirefox sandboxed-firefox-esr.config.env {
|
||||||
passthru = (old.passthru or {}) // {
|
browserName = "firefox";
|
||||||
browserName = "firefox";
|
pname = "firefox-esr-sandboxed";
|
||||||
enableOfficialBranding = true;
|
desktopName = "Firefox ESR (Sandboxed)";
|
||||||
override = args: sandboxed-firefox-esr.config.env.override (old: {
|
|
||||||
extraPrefsFiles = args.extraPrefsFiles or old.extraPrefsFiles or [];
|
extraPolicies = {
|
||||||
nativeMessagingHosts = args.nativeMessagingHosts or old.nativeMessagingHosts or [];
|
DisableAppUpdate = true;
|
||||||
inherit (args) cfg;
|
|
||||||
});
|
|
||||||
};
|
};
|
||||||
});
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue