Refactor the whole configuration #1
1 changed files with 15 additions and 1 deletions
|
@ -75,7 +75,21 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
in
|
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";
|
applicationName = "firefox-esr-sandboxed";
|
||||||
desktopName = "Firefox ESR (Sandboxed)";
|
desktopName = "Firefox ESR (Sandboxed)";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue