stole this from nixpkgs
This commit is contained in:
parent
b721e8de51
commit
34689e6a2a
1 changed files with 7 additions and 17 deletions
|
@ -76,21 +76,11 @@
|
|||
};
|
||||
in
|
||||
prev.wrapFirefox (sandboxed-firefox-esr.config.env // {
|
||||
gtk3 = prev.gtk3;
|
||||
inherit (prev.firefox-esr)
|
||||
pname
|
||||
meta
|
||||
tests
|
||||
version
|
||||
langPath
|
||||
updateScript
|
||||
pkgconfig
|
||||
buildPackages
|
||||
patches
|
||||
extraPatches
|
||||
extraPrefs
|
||||
extraPolicies
|
||||
nativeMessagingHosts
|
||||
cfg;
|
||||
}) {};
|
||||
inherit (prev.firefox-esr) stdenv lib callPackage fetchurl nixosTests buildMozillaMach;
|
||||
}) {
|
||||
nameSuffix = "-esr";
|
||||
desktopName = "Firefox ESR";
|
||||
wmClass = "firefox-esr";
|
||||
icon = "firefox-esr";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue