summaryrefslogtreecommitdiff
path: root/pkgs/development/interpreters/python/cpython/3.7/python-3.x-distutils-C++.patch
AgeCommit message (Collapse)Author
2019-07-15python37: fix distutils C++ patch (PR #64758)Mario Rodas
Update distutils patch to the upstream changes. See: https://github.com/python/cpython/commit/6c0e0d141a07cc3fd2441d9df8d762f56bf7edf2
2019-04-15python37: fix build on macOSMatthew Glazar
The upstream patch for distutils does not apply cleanly to Python 3.7.3's sources. (The patch applies cleanly to Python 3.7.2's sources, but nixpkgs commit 0ddae82e6a6388466a825000139f9fb986b50418 upgraded Python to 3.7.3.) Fix the patch to make python37 build on macOS.