summaryrefslogtreecommitdiffstats
path: root/doc/languages-frameworks/python.section.md
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2019-07-13 13:26:39 +0200
committerFrederik Rietdijk <freddyrietdijk@fridh.nl>2019-07-15 17:47:57 +0200
commit7da15d9b36ea115d5cd25a2c837867fffac3c192 (patch)
treeb70b61b63ec055f402f2c3973f43d7074cf47026 /doc/languages-frameworks/python.section.md
parente92a2f2fc2b5ca13c6223c08ac8e1fd5a7bd66dc (diff)
buildPythonPackage: add support for setupPyGlobalFlags (2)
Diffstat (limited to 'doc/languages-frameworks/python.section.md')
-rw-r--r--doc/languages-frameworks/python.section.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/languages-frameworks/python.section.md b/doc/languages-frameworks/python.section.md
index 77b387dd3025..4963c97a6c9a 100644
--- a/doc/languages-frameworks/python.section.md
+++ b/doc/languages-frameworks/python.section.md
@@ -603,6 +603,7 @@ All parameters from `stdenv.mkDerivation` function are still supported. The foll
* `preShellHook`: Hook to execute commands before `shellHook`.
* `postShellHook`: Hook to execute commands after `shellHook`.
* `removeBinByteCode ? true`: Remove bytecode from `/bin`. Bytecode is only created when the filenames end with `.py`.
+* `setupPyGlobalFlags ? []`: List of flags passed to `setup.py` command.
* `setupPyBuildFlags ? []`: List of flags passed to `setup.py build_ext` command.
The `stdenv.mkDerivation` function accepts various parameters for describing build inputs (see "Specifying dependencies"). The following are of special