Refactor the whole configuration #1
1 changed files with 15 additions and 1 deletions
|
@ -77,6 +77,20 @@
|
||||||
in
|
in
|
||||||
prev.wrapFirefox (sandboxed-firefox-esr.config.env // {
|
prev.wrapFirefox (sandboxed-firefox-esr.config.env // {
|
||||||
gtk3 = prev.gtk3;
|
gtk3 = prev.gtk3;
|
||||||
inherit (prev.firefox-esr) pname meta tests;
|
inherit (prev.firefox-esr)
|
||||||
|
pname
|
||||||
|
meta
|
||||||
|
tests
|
||||||
|
version
|
||||||
|
langPath
|
||||||
|
updateScript
|
||||||
|
pkgconfig
|
||||||
|
buildPackages
|
||||||
|
patches
|
||||||
|
extraPatches
|
||||||
|
extraPrefs
|
||||||
|
extraPolicies
|
||||||
|
nativeMessagingHosts
|
||||||
|
cfg;
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue