pip-build-hook.sh: Support $pipBuildFlags
This commit is contained in:
committed by
Martin Weinelt
parent
8056d8544f
commit
1298c367b1
@@ -1189,6 +1189,8 @@ following are specific to `buildPythonPackage`:
|
||||
* `pipInstallFlags ? []`: A list of strings. Arguments to be passed to `pip
|
||||
install`. To pass options to `python setup.py install`, use
|
||||
`--install-option`. E.g., `pipInstallFlags=["--install-option='--cpp_implementation'"]`.
|
||||
* `pipBuildFlags ? []`: A list of strings. Arguments to be passed to `pip
|
||||
wheel`.
|
||||
* `pythonPath ? []`: List of packages to be added into `$PYTHONPATH`. Packages
|
||||
in `pythonPath` are not propagated (contrary to `propagatedBuildInputs`).
|
||||
* `preShellHook`: Hook to execute commands before `shellHook`.
|
||||
|
||||
Reference in New Issue
Block a user