nixpkgs/pkgs
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
..
applications jormungandr: 0.6.0-rc1+1 -> 0.6.0 2019-10-15 08:56:25 +02:00
build-support Merge branch 'master' into staging-next 2019-10-03 01:47:08 +02:00
common-updater
data Merge pull request #70687 from dtzWill/update/cherry-1.4 2019-10-14 18:54:57 -05:00
desktops Merge branch 'master' into staging-next 2019-10-12 00:50:21 +02:00
development python38: fix build on macOS 2019-10-15 13:12:13 +02:00
games Merge branch 'staging-next' 2019-10-13 16:10:58 +02:00
misc vimPlugins.vim-manpager: init at 2017-05-08 2019-10-14 16:19:11 +02:00
os-specific Merge pull request #66250 from magenbluten/dpdk 2019-10-15 11:54:29 +01:00
servers Merge pull request #70469 from Vskilet/matrix-synapse-update 2019-10-15 01:31:21 +02:00
shells oh-my-zsh: 2019-10-09 -> 2019-10-10 2019-10-12 11:17:24 -04:00
stdenv
test
tools Merge pull request #71039 from marsam/update-mtm 2019-10-14 23:50:40 -05:00
top-level Merge pull request #70953 from iAmMrinal0/fix/rescuetime 2019-10-15 05:45:09 +00:00