38ui4f
This commit is contained in:
parent
6394952d4c
commit
4aac5a690b
1 changed files with 15 additions and 1 deletions
|
@ -75,7 +75,21 @@
|
|||
};
|
||||
};
|
||||
in
|
||||
prev.wrapFirefox sandboxed-firefox-esr.config.env {
|
||||
prev.wrapFirefox (sandboxed-firefox-esr.config.env // {
|
||||
inherit (prev.firefox-esr)
|
||||
version
|
||||
meta
|
||||
langPath
|
||||
updateScript
|
||||
pkgconfig
|
||||
buildPackages
|
||||
patches
|
||||
extraPatches
|
||||
extraPrefs
|
||||
extraPolicies
|
||||
nativeMessagingHosts
|
||||
cfg;
|
||||
}) {
|
||||
applicationName = "firefox-esr-sandboxed";
|
||||
desktopName = "Firefox ESR (Sandboxed)";
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue