summaryrefslogtreecommitdiff
path: root/pkgs/development/interpreters/python/mk-python-derivation.nix (follow)
Commit message (Expand)AuthorAgeFilesLines
* mkPythonDerivation: append postFixup, fixes #9204Frederik Rietdijk2016-10-261-2/+2
* Python: fix mkPythonDerivation doCheckFrederik Rietdijk2016-09-011-2/+4
* pythonPackages: use mkPythonDerivationFrederik Rietdijk2016-09-011-1/+7
* 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 Frederik Rietdijk2016-09-011-0/+87