about summary refs log tree commit diff
path: root/doc/languages-frameworks/python.section.md
diff options
context:
space:
mode:
authorKirill Boltaev <aske@fmap.me>2019-07-13 00:25:23 +0300
committerFrederik Rietdijk <freddyrietdijk@fridh.nl>2019-07-13 09:47:00 +0200
commit1e0ebdb8a4fe94db67b6520225d325292d60247c (patch)
tree292f1742850af05fcba9d3328835f2b6bc002c0f /doc/languages-frameworks/python.section.md
parent4aee94629dce852c6021f5ae8ce60de0508d7e37 (diff)
downloadnixlib-1e0ebdb8a4fe94db67b6520225d325292d60247c.tar
nixlib-1e0ebdb8a4fe94db67b6520225d325292d60247c.tar.gz
nixlib-1e0ebdb8a4fe94db67b6520225d325292d60247c.tar.bz2
nixlib-1e0ebdb8a4fe94db67b6520225d325292d60247c.tar.lz
nixlib-1e0ebdb8a4fe94db67b6520225d325292d60247c.tar.xz
nixlib-1e0ebdb8a4fe94db67b6520225d325292d60247c.tar.zst
nixlib-1e0ebdb8a4fe94db67b6520225d325292d60247c.zip
buildPythonPackage: add support for setupPyDistFlags
Flags passed to the "python setup.py" command.
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..ae2f755ff9ac 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`.
+* `setupPyDistFlags ? []`: 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