Merge pull request #297347 from tzx/docs-right-location-buildPytonPackage

doc: document name binding for buildPythonPackage
This commit is contained in:
Martin Weinelt 2024-03-21 05:53:08 +01:00 committed by GitHub
commit 07717e430d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -74,8 +74,9 @@ and the aliases
#### `buildPythonPackage` function {#buildpythonpackage-function}
The `buildPythonPackage` function is implemented in
`pkgs/development/interpreters/python/mk-python-derivation.nix`
The `buildPythonPackage` function has its name binding in
`pkgs/development/interpreters/python/python-packages-base.nix` and is
implemented in `pkgs/development/interpreters/python/mk-python-derivation.nix`
using setup hooks.
The following is an example: