mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 19:55:41 +03:00
python3Packages.flitBuildHook: remove
This commit is contained in:
parent
175f10a559
commit
bdda7b0a53
6 changed files with 5 additions and 34 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue