python3Packages.flitBuildHook: remove

This commit is contained in:
Peder Bergebakken Sundt 2023-09-10 00:55:30 +02:00
parent 175f10a559
commit bdda7b0a53
6 changed files with 5 additions and 34 deletions

View file

@ -459,7 +459,6 @@ are used in `buildPythonPackage`.
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`.
- `pypaBuildHook` to build a wheel using