nixpkgs/pkgs/development/interpreters/python
Frederik Rietdijk cb445d527b python3Packages: stdenv does not have to be a Python module
stdenv is included in the package set. It does not provide a Python
module however and was therefore catched by the test. Because we do need
it we provide an exception for it.
2022-10-28 19:11:31 +02:00
..
catch_conflicts
conda
cpython treewide: optional -> optionals where the argument is a list 2022-10-10 15:40:21 +03:00
hooks pythonPackages: ensure all derivations provide python modules 2022-10-27 10:03:16 +02:00
manylinux
pypy pypy: fix executable name for 3.9 2022-10-17 14:23:01 +02:00
rustpython Merge branch 'master' into staging 2022-10-13 08:27:55 +02:00
tests
update-python-libraries update-python-libraries: enable nix command 2022-10-12 11:38:55 +00:00
default.nix python3Packages: stdenv does not have to be a Python module 2022-10-28 19:11:31 +02:00
fetchpypi.nix
mk-python-derivation.nix pythonPackages.buildPython*: also output dist when using wheel 2022-10-04 15:34:46 +02:00
python-packages-base.nix pythonPackages: ensure all derivations provide python modules 2022-10-27 10:03:16 +02:00
run_setup.py
setup-hook.nix
setup-hook.sh
sitecustomize.py
tests.nix pythonPackagesExtensions: override all Python package sets at once 2022-08-06 09:39:39 +02:00
with-packages.nix
wrap-python.nix pythonPackages: ensure all derivations provide python modules 2022-10-27 10:03:16 +02:00
wrap.sh
wrapper.nix