HUGE????
This commit is contained in:
parent
629d1dcf0d
commit
63a532354f
1 changed files with 6 additions and 3 deletions
|
@ -76,13 +76,16 @@
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
prev.wrapFirefox sandboxed-firefox-esr.config.env {
|
prev.wrapFirefox sandboxed-firefox-esr.config.env {
|
||||||
applicationName = "firefox";
|
browserName = "firefox";
|
||||||
pname = "firefox-esr-sandboxed";
|
pname = "firefox-esr-sandboxed";
|
||||||
desktopName = "Firefox ESR (Sandboxed)";
|
desktopName = "Firefox ESR (Sandboxed)";
|
||||||
description = "Sandboxed Firefox ESR";
|
|
||||||
|
|
||||||
extraPolicies = {
|
extraPolicies = {
|
||||||
DisableAppUpdate = true;
|
DisableAppUpdate = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
meta = prev.firefox-esr.meta // {
|
||||||
|
description = prev.firefox-esr.meta.description + " (Sandboxed)";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue