nixpkgs/pkgs/applications/networking/browsers/firefox
Andrew Childs 7869d16545 llvmPackages: Multuple outputs for everythting
Also begin to start work on cross compilation, though that will have to
be finished later.

The patches are based on the first version of
https://reviews.llvm.org/D99484. It's very annoying to do the
back-porting but the review has uncovered nothing super major so I'm
fine sticking with what I've got.

Beyond making the outputs work, I also strove to re-sync the packages,
as they have been drifting pointlessly apart for some time.

----

Other misc notes, highly incomplete

- lvm-config-native and llvm-config are put in `dev` because they are
  tools just for build time.

- Clang no longer has an lld dep. That was introduced in
  db29857eb3, but if clang needs help
  finding lld when it is used we should just pass it flags / put in the
  resource dir. Providing it at build time increases critical path
  length for no good reason.

----

A note on `nativeCC`:

`stdenv` takes tools from the previous stage, so:

1. `pkgsBuildBuild`: `(?1, x, x)`
2. `pkgsBuildBuild.stdenv.cc`: `(?0, ?1, x)`

while:

1. `pkgsBuildBuild`: `(?1, x, x)`
2. `pkgsBuildBuild.targetPackages`: `(x, x, ?2)`
3. `pkgsBuildBuild.targetPackages.stdenv.cc`: `(?1, x, x)`
2021-04-30 05:41:00 +00:00
..
common.nix llvmPackages: Multuple outputs for everythting 2021-04-30 05:41:00 +00:00
env_var_for_system_dir-ff85.patch firefox: 85.0.2 -> 86.0 2021-02-24 15:06:49 +01:00
env_var_for_system_dir-ff86.patch firefox: 85.0.2 -> 86.0 2021-02-24 15:06:49 +01:00
lto-dependentlibs-generation-ffx83.patch firefox: overhaul LTO 2021-01-13 08:06:48 -05:00
no-buildconfig-ffx76.patch firefox*, thunderbird*: explain no-buildconfig*.patch 2020-08-19 19:46:55 +02:00
no-buildconfig-ffx84.patch firefox: 83.0 -> 84.0 2020-12-16 17:49:31 +01:00
packages.nix firefox-esr: 78.9.0esr -> 78.10.0esr 2021-04-19 13:58:29 +02:00
update.nix treewide: remove unused variables (#63177) 2019-06-16 19:59:05 +00:00
wrapper.nix Merge pull request #119434 from ooesili/firefox-ld-path-prefix 2021-04-22 20:25:45 +02:00