about summary refs log tree commit diff
path: root/doc/languages-frameworks/python.md
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2016-08-17 14:23:47 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2016-09-01 16:16:31 +0200
commit3e05cce97ca3ea9eee42a17c8bc0b89345b5d0b6 (patch)
treef78004655b20637a5293f8d966e67fd776210201 /doc/languages-frameworks/python.md
parent725c37b4d350c9c040c29efd8146619f77c897f5 (diff)
downloadnixlib-3e05cce97ca3ea9eee42a17c8bc0b89345b5d0b6.tar
nixlib-3e05cce97ca3ea9eee42a17c8bc0b89345b5d0b6.tar.gz
nixlib-3e05cce97ca3ea9eee42a17c8bc0b89345b5d0b6.tar.bz2
nixlib-3e05cce97ca3ea9eee42a17c8bc0b89345b5d0b6.tar.lz
nixlib-3e05cce97ca3ea9eee42a17c8bc0b89345b5d0b6.tar.xz
nixlib-3e05cce97ca3ea9eee42a17c8bc0b89345b5d0b6.tar.zst
nixlib-3e05cce97ca3ea9eee42a17c8bc0b89345b5d0b6.zip
Python: separate buildPythonPackage into two functions
1. mkDerivation which is used when the source is without setup.py and
not a wheel
2. buildPythonPackage which is used as before and calls mkDerivation
Diffstat (limited to 'doc/languages-frameworks/python.md')
-rw-r--r--doc/languages-frameworks/python.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/languages-frameworks/python.md b/doc/languages-frameworks/python.md
index ffda162ffde5..67354fa4914a 100644
--- a/doc/languages-frameworks/python.md
+++ b/doc/languages-frameworks/python.md
@@ -481,7 +481,7 @@ and the aliases
 #### `buildPythonPackage` function
 
 The `buildPythonPackage` function is implemented in
-`pkgs/development/interpreters/python/buildpythonpackage.nix`
+`pkgs/development/interpreters/python/build-python-package.nix`
 
 and can be used as: