nixpkgs/pkgs/development/interpreters/python
Jan Malakhovski 87651b32fe stdenv: steal checkInputs from buildPythonPackage
Note that a bunch of non-python packages use this attribute already.
Some of those are clearly unaware of the fact that this attribute does
not exists in stdenv because they define it but don't to add it to
their `bulidInputs` :)

Also note that I use `buildInputs` here and only handle regular
builds because python and haskell builders do it this way and I'm not
sure how to properly handle the cross-compilation case.
2018-04-26 20:22:51 +00:00
..
catch_conflicts python: Move catch_conflicts.py into subdirectory (#23600) 2017-04-01 12:22:36 +02:00
cpython tree-wide: disable doCheck and doInstallCheck where it fails (the trivial part) 2018-04-25 04:18:46 +00:00
pypy/2.7 pypy: Doesn't support aarch64 2018-01-23 21:42:30 +02:00
build-python-package-common.nix buildPythonPackage: install builds reproducibly 2016-12-13 14:45:05 +01:00
build-python-package-flit.nix python: flit: 0.13 -> 1.0 2018-04-08 11:36:07 +02:00
build-python-package-setuptools.nix buildPythonPackage: rename nix_run_setup.py to nix_run_setup 2018-01-20 13:31:14 +01:00
build-python-package-wheel.nix buildPythonPackage: refactor 2016-12-05 10:29:22 +01:00
build-python-package.nix buildPythonPackage: use config.doCheckByDefault 2018-04-26 20:15:52 +00:00
mk-python-derivation.nix stdenv: steal checkInputs from buildPythonPackage 2018-04-26 20:22:51 +00:00
run_setup.py Python: move python-modules/generic to interpreter folder 2016-09-01 16:16:31 +02:00
setup-hook.nix Python: set DETERMINISTIC_BUILD and PYTHONHASHSEED in setupHook 2017-05-19 16:28:11 +02:00
setup-hook.sh Merge pull request #26805 from obsidiansystems/cross-elegant 2017-12-30 22:58:02 -05:00
with-packages.nix
wrap-python.nix Python: script names now include full path 2017-01-02 11:29:11 +01:00
wrap.sh stdenv setup: Always use both propagated files 2017-11-21 10:44:44 -05:00
wrapper.nix python.buildEnv: always include the $out output 2017-12-10 15:21:35 +01:00