mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-09 12:05:50 +03:00
doc: document name binding for buildPythonPackage
This commit is contained in:
parent
b8bd37d306
commit
a6b670edaa
1 changed files with 3 additions and 2 deletions
|
@ -74,8 +74,9 @@ and the aliases
|
||||||
|
|
||||||
#### `buildPythonPackage` function {#buildpythonpackage-function}
|
#### `buildPythonPackage` function {#buildpythonpackage-function}
|
||||||
|
|
||||||
The `buildPythonPackage` function is implemented in
|
The `buildPythonPackage` function has its name binding in
|
||||||
`pkgs/development/interpreters/python/mk-python-derivation.nix`
|
`pkgs/development/interpreters/python/python-packages-base.nix` and is
|
||||||
|
implemented in `pkgs/development/interpreters/python/mk-python-derivation.nix`
|
||||||
using setup hooks.
|
using setup hooks.
|
||||||
|
|
||||||
The following is an example:
|
The following is an example:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue