Merge branch 'master' into staging-next

The nss rebuild isn't so small.
This commit is contained in:
Vladimír Čunát 2020-01-08 22:48:13 +01:00
commit 5c780036c5
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA
142 changed files with 9444 additions and 5948 deletions

View file

@ -821,6 +821,9 @@ should be used with `ignoreCollisions = true`.
The following are setup hooks specifically for Python packages. Most of these are
used in `buildPythonPackage`.
- `eggUnpackhook` to move an egg to the correct folder so it can be installed with the `eggInstallHook`
- `eggBuildHook` to skip building for eggs.
- `eggInstallHook` to install eggs.
- `flitBuildHook` to build a wheel using `flit`.
- `pipBuildHook` to build a wheel using `pip` and PEP 517. Note a build system (e.g. `setuptools` or `flit`) should still be added as `nativeBuildInput`.
- `pipInstallHook` to install wheels.