nixpkgs/pkgs/development/interpreters/python
Frederik Rietdijk 7a0d080298 python3.pkgs.buildPython*: allow overriding of the stdenv
With this change it is possible to pass in `stdenv` directly to
`buildPython*` or override it using e.g.

```
numpy.overridePythonAttrs(_: {
  stdenv = clangStdenv;
})
```
2023-10-19 18:56:47 +02:00
..
catch_conflicts
conda
cpython Merge master into staging-next 2023-10-18 12:01:25 +00:00
hooks python3Packages.sphinxHook: Avoid propagating sphinx 2023-09-30 18:21:18 +02:00
manylinux Merge pull request #196802 from jneem/manylinux 2023-07-02 23:23:55 +02:00
pypy pypy*: fixup build 2023-04-09 11:06:49 +02:00
python2 python3Packages.flitBuildHook: remove 2023-09-22 21:11:24 +02:00
rustpython tree-wide: convert rust with git deps to importCargoLock 2023-03-26 01:52:04 +01:00
tests python.tests.tkinter: init 2023-08-19 14:00:56 +03:00
update-python-libraries update-python-libraries: Fix some issues 2023-05-07 12:23:52 +02:00
default.nix Merge staging-next into staging 2023-10-18 12:02:01 +00:00
mk-python-derivation.nix python3.pkgs.buildPython*: allow overriding of the stdenv 2023-10-19 18:56:47 +02:00
passthrufun.nix Merge branch 'master' into staging-next 2023-08-20 12:01:22 -07:00
python-packages-base.nix python2.{buildPythonPackage,buildPythonApplication}: extract into its own file 2023-08-20 10:59:46 +02:00
run_setup.py
setup-hook.nix
setup-hook.sh
sitecustomize.py
tests.nix python27: disable tests that expect Python 3+ 2023-09-25 14:51:43 +01:00
with-packages.nix
wrap-python.nix
wrap.sh
wrapper.nix treewide: use optionalString instead of 'then ""' 2023-06-24 20:19:19 +02:00