From 3e05cce97ca3ea9eee42a17c8bc0b89345b5d0b6 Mon Sep 17 00:00:00 2001 From: Frederik Rietdijk Date: Wed, 17 Aug 2016 14:23:47 +0200 Subject: 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 --- doc/languages-frameworks/python.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/languages-frameworks/python.md b/doc/languages-frameworks/python.md index ffda162ffde54..67354fa4914a4 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: -- cgit 1.4.1