nixpkgs/pkgs/applications/networking/browsers/firefox
Andreas Rammhold 42b9b8f7c8
firefox{-esr,}: fix failing build due to the google-api-key
Since firefox 58.0.1 the google api key is now stored at an absolute
path ($TMPDIR/ga). Since variable expansion in `configureFlags` does not
really work (as expected) the build started failing when using the
legacy firefox build system. With the newer `./mach` based builds
firefox reads the configure flags from `.mozconfig` instead.

This commit moves the `with-google-api-keyfile=` setting into the
`preConfigure` phase where we can properly expand `$TMPDIR` into
whatever the path is.
2018-02-01 13:38:16 +01:00
..
common.nix firefox{-esr,}: fix failing build due to the google-api-key 2018-02-01 13:38:16 +01:00
env_var_for_system_dir.patch firefox: support for native messaging hosts in wrapper 2017-11-12 21:18:31 +01:00
fix-debug.patch firefox: fix debugBuild = true 2017-03-15 08:49:56 -03:00
no-buildconfig.patch firefox: Remove about:buildconfig 2017-09-26 23:14:35 +02:00
packages.nix firefox: 57.0.4 -> 58.0.1 2018-01-31 14:44:35 +01:00
update.nix firefox, thunderbird: Use common-updater/update-source-version script 2017-02-19 16:51:17 +02:00
wrapper.nix firefox: add option for chrome-gnome-shell native messaging host 2018-01-13 15:22:52 +01:00