nixpkgs/pkgs/applications/networking/browsers/firefox
Robert Helgesson 06d8666a60
firefox: allow overriding config of wrapped package
By moving the `cfg` variable into the wrapper arguments we are able to
override it for an already wrapped package. For example, with this
change one can have

    pkgs.firefox-devedition-bin.override {
      cfg.enableBrowserpass = true;
    }

which would otherwise be difficult to accomplish for packages having a
complicated wrapped definition in `all-packages.nix`.
2019-07-09 00:56:24 +02:00
..
common.nix firefox: fix highly parallel make by upstream patch 2019-07-01 14:37:30 +02:00
env_var_for_system_dir.patch firefox: support building firefox 66 (and 60.6+) 2019-03-18 17:18:42 +01:00
fix-pa-context-connect-retval.patch firefoxPackages: add a patch to fix pulseaudio initialization bug 2018-03-09 21:21:06 +00:00
no-buildconfig-ffx65.patch firefox: 64.0.2 -> 65.0 2019-01-29 20:30:42 +01:00
no-buildconfig.patch firefox: 59.0.3 -> 60.0 2018-05-12 19:51:04 +09:00
packages.nix firefoxPackages.tor-browser: 8.5.0 -> 8.5.2 2019-06-21 17:52:26 +00:00
update.nix treewide: remove unused variables (#63177) 2019-06-16 19:59:05 +00:00
wrapper.nix firefox: allow overriding config of wrapped package 2019-07-09 00:56:24 +02:00