nixpkgs/pkgs/development/interpreters/python
Artturin f9fdf2d402 treewide: move NIX_CFLAGS_COMPILE to the env attrset
with structuredAttrs lists will be bash arrays which cannot be exported
which will be a issue with some patches and some wrappers like cc-wrapper

this makes it clearer that NIX_CFLAGS_COMPILE must be a string as lists
in env cause a eval failure
2023-02-22 21:23:04 +02:00
..
catch_conflicts
conda
cpython treewide: move NIX_CFLAGS_COMPILE to the env attrset 2023-02-22 21:23:04 +02:00
hooks Merge pull request #208962 from KAction/patch/v1/python3.pkgs.sphinxHook 2023-01-04 02:38:53 +01:00
manylinux manylinux: use libxcrypt for libcrypt.so.1 2022-12-01 14:09:42 +01:00
pypy treewide: use optionalString 2023-02-13 21:52:34 +01:00
rustpython rustpython: unbreak on x86_64-darwin 2023-02-03 00:02:17 +01:00
tests
update-python-libraries treewide: fix typos 2022-12-17 19:39:44 -05:00
default.nix treewide: use lib.optionals 2023-02-14 19:11:59 +01:00
mk-python-derivation.nix buildPython*: allow overriding disabled packages 2023-02-02 16:49:27 +01:00
python-packages-base.nix treewide: use lib.optionals 2023-02-14 19:11:59 +01:00
run_setup.py
setup-hook.nix treewide: fix some core package structuredAttrs 2022-12-08 21:05:28 +02:00
setup-hook.sh
sitecustomize.py
tests.nix
with-packages.nix
wrap-python.nix Merge branch 'master' into staging-next 2023-01-27 09:36:55 +01:00
wrap.sh
wrapper.nix