nixpkgs/pkgs/development/interpreters/python
Frederik Rietdijk 1dbb72b91a python.buildenv: don't filter non-python packages
python.buildenv is used to build an env that provides binaries that can
import all modules that were passed in to the env.

Before this change it filtered the propagatedBuildInputs to remove all
non-Python packages, thereby possibly reducing the amount of packages
that were referenced. However, Python packages often don't have non-
Python packages as propagatedBuildInputs. And occasionally, we do want
to be able to add other packages to the env.
2016-09-17 14:28:12 +02:00
..
cpython python3.x: Patch extra stack size on darwin 2016-09-04 10:14:51 +02:00
pypy/2.7 pypy: 5.4.0 -> 5.4.1 2016-09-14 18:11:17 +02:00
build-python-package.nix Python: separate buildPythonPackage into two functions 2016-09-01 16:16:31 +02:00
catch_conflicts.py Python: move python-modules/generic to interpreter folder 2016-09-01 16:16:31 +02:00
mk-python-derivation.nix Python: fix mkPythonDerivation doCheck 2016-09-01 17:11:32 +02:00
run_setup.py Python: move python-modules/generic to interpreter folder 2016-09-01 16:16:31 +02:00
with-packages.nix python: add python.withPackages function 2016-05-29 15:12:23 +02:00
wrap-python.nix Python: move wrapPython into own file 2016-09-01 16:16:31 +02:00
wrap.sh Python: move python-modules/generic to interpreter folder 2016-09-01 16:16:31 +02:00
wrapper.nix python.buildenv: don't filter non-python packages 2016-09-17 14:28:12 +02:00