3
0
Fork 0
forked from mirrors/nixpkgs
nixpkgs/pkgs/development/interpreters/python
adisbladis 49b8738a5f
python: Propagate packageOverrides to pythonForBuild
When overriding versions of build tools injected via hooks
`packageOverrides` was not taken into account and 2 incompatible
versions of the same package (`wheel` in this case) ended up in the
closure, causing the builds to fail.
2020-11-30 11:12:59 +01:00
..
catch_conflicts
cpython Python: rename parameters and arguments passed to passthru 2020-11-28 17:36:23 +01:00
graalpython
hooks python: Use packages from previous stage in setup-hooks 2020-11-19 11:58:03 -05:00
manylinux
pypy Python: rename parameters and arguments passed to passthru 2020-11-28 17:36:23 +01:00
tests python.tests: use self.callPackage instead of super.callPackage 2020-11-28 16:57:07 +01:00
update-python-libraries pkgs/*: add final newline to .nix files 2020-11-09 11:39:28 +00:00
default.nix python: Propagate packageOverrides to pythonForBuild 2020-11-30 11:12:59 +01:00
fetchpypi.nix
mk-python-derivation.nix buildPython*: remove pythonRecompileBytecodeHook as dependency 2020-11-12 19:32:30 +01:00
run_setup.py
setup-hook.nix
setup-hook.sh
sitecustomize.py
tests.nix python.tests: don't mix the two types of tests 2020-08-30 12:59:24 +02:00
with-packages.nix
wrap-python.nix
wrap.sh
wrapper.nix