summary refs log tree commit diff
path: root/doc/languages-frameworks/python.section.md
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2019-07-13 13:25:32 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2019-07-13 13:25:32 +0200
commit271b57c219f9a4fe44fb4459e61f40418ec1a28c (patch)
tree3f49a8f9753f5429482e899133431c6eef7a0004 /doc/languages-frameworks/python.section.md
parentb1375da4d035ccccabb982569569ff20f5eaabdf (diff)
downloadnixpkgs-271b57c219f9a4fe44fb4459e61f40418ec1a28c.tar
nixpkgs-271b57c219f9a4fe44fb4459e61f40418ec1a28c.tar.gz
nixpkgs-271b57c219f9a4fe44fb4459e61f40418ec1a28c.tar.bz2
nixpkgs-271b57c219f9a4fe44fb4459e61f40418ec1a28c.tar.lz
nixpkgs-271b57c219f9a4fe44fb4459e61f40418ec1a28c.tar.xz
nixpkgs-271b57c219f9a4fe44fb4459e61f40418ec1a28c.tar.zst
nixpkgs-271b57c219f9a4fe44fb4459e61f40418ec1a28c.zip
Revert "buildPythonPackage: add support for setupPyDistFlags"
I merged this a bit too quick. We need to have a closer look at it.
See the points brought up in https://github.com/NixOS/nixpkgs/pull/64682.

This reverts commit 1e0ebdb8a4fe94db67b6520225d325292d60247c.
Diffstat (limited to 'doc/languages-frameworks/python.section.md')
-rw-r--r--doc/languages-frameworks/python.section.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/languages-frameworks/python.section.md b/doc/languages-frameworks/python.section.md
index ae2f755ff9a..77b387dd302 100644
--- a/doc/languages-frameworks/python.section.md
+++ b/doc/languages-frameworks/python.section.md
@@ -603,7 +603,6 @@ 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