nixpkgs/pkgs/development/interpreters/python
Sergei Trofimovich 29a2c82603
pythonInterpreters.pypy39_prebuilt: fix eval (#277543)
Without the change the eval fails as:

    $ nix build --no-link -f. pythonInterpreters.pypy39_prebuilt.buildEnv
    error:
       error: attribute 'pypy38_prebuilt' missing
          208|     # Not included at top-level
          209|     self = __splicedPackages.pythonInterpreters.pypy38_prebuilt;
             |            ^
          210|     sourceVersion = {
       Did you mean one of pypy39_prebuilt or pypy27_prebuilt?
2024-01-02 17:20:05 +01:00
..
catch_conflicts python/hooks: restore catchConflictHook for python<3.10 2023-11-18 12:57:18 +01:00
conda
cpython cpython: restore passthru.tests 2023-11-28 02:09:29 +01:00
hooks python/hooks: fix test attribute eval 2023-12-29 11:27:59 +00: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 Revert "python2/mk-python-derivation: disable catchConflictsHook" 2023-11-18 12:58:15 +01:00
rustpython rustpython: mark broken on x86_64-darwin 2023-11-22 19:20:39 +01:00
tests python.tests.tkinter: init 2023-08-19 14:00:56 +03:00
update-python-libraries update-python-libraries: quiet nix stderr output 2023-12-02 03:29:43 +01:00
default.nix pythonInterpreters.pypy39_prebuilt: fix eval (#277543) 2024-01-02 17:20:05 +01:00
mk-python-derivation.nix Merge branch 'master' into staging-next 2023-11-08 06:15:46 +00:00
passthrufun.nix python: deprecate pythonForBuild in favor of pythonOnBuildForHost 2023-11-07 02:28:58 +02:00
python-packages-base.nix python3.pkgs.buildsetupcfg: Remove function from python-packages-base.nix 2023-12-12 12:21:38 +13: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 treewide: change pythonForBuild to pythonOnBuildForHost 2023-11-05 17:42:12 -08:00
wrap.sh
wrapper.nix treewide: use optionalString instead of 'then ""' 2023-06-24 20:19:19 +02:00