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
|
in
|
||||||
prev.wrapFirefox (sandboxed-firefox-esr.config.env // {
|
prev.wrapFirefox (sandboxed-firefox-esr.config.env // {
|
||||||
gtk3 = prev.gtk3;
|
inherit (prev.firefox-esr) stdenv lib callPackage fetchurl nixosTests buildMozillaMach;
|
||||||
inherit (prev.firefox-esr)
|
}) {
|
||||||
pname
|
nameSuffix = "-esr";
|
||||||
meta
|
desktopName = "Firefox ESR";
|
||||||
tests
|
wmClass = "firefox-esr";
|
||||||
version
|
icon = "firefox-esr";
|
||||||
langPath
|
};
|
||||||
updateScript
|
|
||||||
pkgconfig
|
|
||||||
buildPackages
|
|
||||||
patches
|
|
||||||
extraPatches
|
|
||||||
extraPrefs
|
|
||||||
extraPolicies
|
|
||||||
nativeMessagingHosts
|
|
||||||
cfg;
|
|
||||||
}) {};
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue