nixpkgs-python
nixpkgs-python copied to clipboard
Python 3.3-3.6 fail to build on macOS
2024-02-28T05:38:09.7777680Z > int openat(int, const char *, int, ...) __DARWIN_NOCANCEL(openat) __OSX_AVAILABLE_STARTING(__MAC_10_10, __IPHONE_8_0);
2024-02-28T05:38:09.7778700Z > ^
2024-02-28T05:38:09.7780260Z > ./Modules/posixmodule.c:5921:11: error: call to undeclared function 'forkpty'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
2024-02-28T05:38:09.7781930Z > pid = forkpty(&master_fd, NULL, NULL, NULL);
2024-02-28T05:38:09.7782490Z > ^