about summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorPeder Bergebakken Sundt <pbsds@hotmail.com>2024-01-31 16:34:30 +0100
committerGitHub <noreply@github.com>2024-01-31 16:34:30 +0100
commitaa10fea3efa9808625c05835a5f9393afa234802 (patch)
tree0e3c20ba5a4ef53d75fc41e971f1f69942a4193f /doc
parentb9af749fffd47cf9b6c78ff8d774a640b27c1394 (diff)
parent9cf8b8bab36f0574fdb455812ccfe6f7c28f7f9b (diff)
downloadnixlib-aa10fea3efa9808625c05835a5f9393afa234802.tar
nixlib-aa10fea3efa9808625c05835a5f9393afa234802.tar.gz
nixlib-aa10fea3efa9808625c05835a5f9393afa234802.tar.bz2
nixlib-aa10fea3efa9808625c05835a5f9393afa234802.tar.lz
nixlib-aa10fea3efa9808625c05835a5f9393afa234802.tar.xz
nixlib-aa10fea3efa9808625c05835a5f9393afa234802.tar.zst
nixlib-aa10fea3efa9808625c05835a5f9393afa234802.zip
Merge pull request #222817 from SuperSandro2000/python-sitePackages
treewide: replace `lib/${python.libPrefix}/site-packages` with its sh…
Diffstat (limited to 'doc')
-rw-r--r--doc/hooks/python.section.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/hooks/python.section.md b/doc/hooks/python.section.md
index ecaae491e994..b7862650f167 100644
--- a/doc/hooks/python.section.md
+++ b/doc/hooks/python.section.md
@@ -1,3 +1,3 @@
 # Python {#setup-hook-python}
 
-Adds the `lib/${python.libPrefix}/site-packages` subdirectory of each build input to the `PYTHONPATH` environment variable.
+Adds the `python.sitePackages` subdirectory (i.e. `lib/pythonX.Y/site-packages`) of each build input to the `PYTHONPATH` environment variable.