Unverified Commit 07717e43 authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

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

doc: document name binding for buildPythonPackage 
parents f603cdc2 a6b670ed
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -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: