nixpkgs/pkgs/development/interpreters/python/cpython
Matthew Glazar 81d15948cc python38: fix build on macOS
Python 3.8 fails to build on macOS for two reasons:

* python-3.x-distutils-C++.patch fails to apply cleanly.
* An #include for <util.h> is missing, causing a build failure:

    ./Modules/posixmodule.c:6586:9: error: implicit declaration of function 'openpty' is invalid in C99
        if (openpty(&master_fd, &slave_fd, NULL, NULL, NULL) != 0)
            ^

Use the correct version of python-3.x-distutils-C++.patch, and add a
patch to #include <util.h>.
2019-10-15 13:12:13 +02:00
..
2.7 Merge master into staging-next 2019-08-27 16:36:47 +02:00
3.5 python3{5,6}: Reintroduce bytecode determinism 2019-04-18 08:12:29 +02:00
3.6 CPython: merge expressions of interpreters 2019-01-04 10:45:22 +01:00
3.7 python37: fix distutils C++ patch (PR #64758) 2019-07-15 09:37:43 +02:00
3.8 python38: init at 3.8.0b2 2019-07-09 15:31:37 +02:00
docs treewide: remove redundant rec 2019-08-28 11:07:32 +00:00
default.nix python38: fix build on macOS 2019-10-15 13:12:13 +02:00