From 4f6b6f14726296c1d402f187db995031bccd791f Mon Sep 17 00:00:00 2001 From: Frederik Rietdijk Date: Wed, 31 Aug 2016 11:01:16 +0200 Subject: pythonPackages: use mkPythonDerivation --- doc/languages-frameworks/python.md | 1 + 1 file changed, 1 insertion(+) (limited to 'doc') diff --git a/doc/languages-frameworks/python.md b/doc/languages-frameworks/python.md index 67354fa4914a4..e7dbe3bd7db05 100644 --- a/doc/languages-frameworks/python.md +++ b/doc/languages-frameworks/python.md @@ -536,6 +536,7 @@ All parameters from `mkDerivation` function are still supported. * `installFlags`: A list of strings. Arguments to be passed to `pip install`. To pass options to `python setup.py install`, use `--install-option`. E.g., `installFlags=["--install-option='--cpp_implementation'"]. * `format`: Format of the source. Options are `setup` for when the source has a `setup.py` and `setuptools` is used to build a wheel, and `wheel` in case the source is already a binary wheel. The default value is `setup`. * `catchConflicts` If `true`, abort package build if a package name appears more than once in dependency tree. Default is `true`. +* `checkInputs` Dependencies needed for running the `checkPhase`. These are added to `buildInputs` when `doCheck = true`. #### `buildPythonApplication` function -- cgit 1.4.1