summaryrefslogtreecommitdiffstats
path: root/doc/languages-frameworks
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2024-03-21 12:01:49 +0000
committerGitHub <noreply@github.com>2024-03-21 12:01:49 +0000
commit4fd286e707c8d4e83515347df6f744f75aabc476 (patch)
tree0cd9318e62b91dab25e6f42643fbcbd3089fde8e /doc/languages-frameworks
parente9de367378ddd66e989a34f0c4a988a6237826e8 (diff)
parent33cddc79aa062e243c59d3ac36b8b938f267748a (diff)
Merge staging-next into staging
Diffstat (limited to 'doc/languages-frameworks')
-rw-r--r--doc/languages-frameworks/python.section.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/languages-frameworks/python.section.md b/doc/languages-frameworks/python.section.md
index 4ca177bcdd26..049b395dcc25 100644
--- a/doc/languages-frameworks/python.section.md
+++ b/doc/languages-frameworks/python.section.md
@@ -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: